billedProducts property

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

Implementation

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