categoryId property

  1. @JsonKey.new(name: 'CategoryId', includeIfNull: false)
String? categoryId
final

Implementation

@JsonKey(name: 'CategoryId', includeIfNull: false)
final String? categoryId;