investmentTransactions property

  1. @JsonKey(name: 'investment_transactions', defaultValue: <InvestmentTransaction>[])
List<InvestmentTransaction> investmentTransactions
final

Implementation

@JsonKey(
    name: 'investment_transactions', defaultValue: <InvestmentTransaction>[])
final List<InvestmentTransaction> investmentTransactions;