defaultPrice property

  1. @JsonKey.new(name: JsonKeys.defaultPrice)
num? defaultPrice
final

Сумма по-умолчанию

Implementation

@JsonKey(name: JsonKeys.defaultPrice)
final num? defaultPrice;