NIMCollectInfo constructor Null safety
Implementation
NIMCollectInfo({
required this.id,
required this.type,
required this.data,
this.ext,
this.uniqueId,
this.createTime = 0.0,
this.updateTime = 0.0,
});
NIMCollectInfo({
required this.id,
required this.type,
required this.data,
this.ext,
this.uniqueId,
this.createTime = 0.0,
this.updateTime = 0.0,
});