type property

  1. @JsonKey(name: 'type', toJson: investmentTransactionTypeToJson, fromJson: investmentTransactionTypeFromJson)
InvestmentTransactionType? type
final

Implementation

@JsonKey(
    name: 'type',
    toJson: investmentTransactionTypeToJson,
    fromJson: investmentTransactionTypeFromJson)
final enums.InvestmentTransactionType? type;