bankIncomeSources property

  1. @JsonKey(name: 'bank_income_sources', defaultValue: <CreditBankIncomeSource>[])
List<CreditBankIncomeSource>? bankIncomeSources
final

Implementation

@JsonKey(
    name: 'bank_income_sources', defaultValue: <CreditBankIncomeSource>[])
final List<CreditBankIncomeSource>? bankIncomeSources;