subtotalPrice property

  1. @JsonKey.new(name: 'subtotal_price', includeIfNull: false)
double? subtotalPrice
final

Implementation

@JsonKey(name: 'subtotal_price', includeIfNull: false)
final double? subtotalPrice;