NIMCollectInfoQueryResult constructor

NIMCollectInfoQueryResult({
  1. int totalCount = 0,
  2. List<NIMCollectInfo>? collectList,
})

Implementation

NIMCollectInfoQueryResult({
  this.totalCount = 0,
  this.collectList,
});