category property

  1. @JsonKey.new(name: 'category', defaultValue: <String>[])
List<String> category
final

Implementation

@JsonKey(name: 'category', defaultValue: <String>[])
final List<String> category;