counterparties property

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

Implementation

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