products property

  1. @JsonKey(name: 'products', toJson: productsListToJson, fromJson: productsListFromJson)
List<Products>? products
final

Implementation

@JsonKey(
  name: 'products',
  toJson: productsListToJson,
  fromJson: productsListFromJson,
)
final List<enums.Products>? products;