CategoryWrapper constructor

const CategoryWrapper({
  1. @HiveField.new(0) @Default.new([]) List<Category> categorys,
})

Implementation

const factory CategoryWrapper({
  @HiveField(0) @Default([]) List<Category> categorys,
}) = _CategoryWrapper;