totalPrice property

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

Implementation

@JsonKey(name: 'total_price', includeIfNull: false)
final double? totalPrice;