subtotals property

  1. @JsonKey(name: 'subtotals', defaultValue: <EarningsTotal>[])
List<EarningsTotal>? subtotals
final

Implementation

@JsonKey(name: 'subtotals', defaultValue: <EarningsTotal>[])
final List<EarningsTotal>? subtotals;