Data constructor

Data({
  1. List<CategoryList>? list,
})

Implementation

Data({this.list});