totalTipReceived property

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

Implementation

@JsonKey(name: 'total_tip_received', includeIfNull: false)
final double? totalTipReceived;