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