categories property
List<CategoryInfo>
get
categories
Implementation
List<CategoryInfo> get categories => (_map["categories"] as List)
.map((data) => CategoryInfo.fromJson(data))
.toList();