subtype property

  1. @JsonKey(name: 'subtype', toJson: investmentTransactionSubtypeToJson, fromJson: investmentTransactionSubtypeFromJson)
InvestmentTransactionSubtype subtype
final

Implementation

@JsonKey(
  name: 'subtype',
  toJson: investmentTransactionSubtypeToJson,
  fromJson: investmentTransactionSubtypeFromJson,
)
final enums.InvestmentTransactionSubtype subtype;