feePercent property

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

Implementation

@JsonKey(name: 'FeePercent', includeIfNull: false)
final double? feePercent;