CategoryList constructor

const CategoryList(
  1. int errno,
  2. String errmsg,
  3. int hasMore,
  4. int cursor,
  5. List<CategoryItem> list,
)

Implementation

const CategoryList(
    this.errno, this.errmsg, this.hasMore, this.cursor, this.list);