NIMCollectInfoQueryResult constructor Null safety
- {int totalCount = 0,
- List<
NIMCollectInfo> ? collectList}
Implementation
NIMCollectInfoQueryResult({
this.totalCount = 0,
this.collectList,
});
NIMCollectInfoQueryResult({
this.totalCount = 0,
this.collectList,
});