investment property

  1. @JsonKey(name: 'investment', toJson: accountSubtypeListToJson, fromJson: accountSubtypeListFromJson)
List<AccountSubtype>? investment
final

Implementation

@JsonKey(
  name: 'investment',
  toJson: accountSubtypeListToJson,
  fromJson: accountSubtypeListFromJson,
)
final List<enums.AccountSubtype>? investment;