totals property

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

Implementation

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