ListSkillsStoreCategoriesResponse constructor

ListSkillsStoreCategoriesResponse({
  1. List<Category>? categoryList,
  2. String? nextToken,
})

Implementation

ListSkillsStoreCategoriesResponse({
  this.categoryList,
  this.nextToken,
});