investmentTransactions property
- @JsonKey.new(name: 'investment_transactions', defaultValue: <InvestmentTransaction>[])
final
Implementation
@JsonKey(
name: 'investment_transactions', defaultValue: <InvestmentTransaction>[])
final List<InvestmentTransaction> investmentTransactions;