TopParam constructor

TopParam({
  1. required String? rankType,
  2. String? pageSize,
  3. required String? pageId,
  4. String? cid,
})

Implementation

TopParam({
  required this.rankType,
  this.pageSize,
  required this.pageId,
  this.cid,
});