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