BrandListResult constructor

const BrandListResult({
  1. @Default(IListConst([])) IList<BrandItem> lists,
  2. @Default(0) int pagesize,
  3. @Default(0) int currentpage,
  4. @Default(0) int totalcount,
})

Implementation

const factory BrandListResult({
  @Default(IListConst([])) IList<BrandItem> lists,
  @Default(0) int pagesize,
  @Default(0) int currentpage,
  @Default(0) int totalcount,
}) = _BrandListResult;