bankName property
Name of the bank associated with the routing number (e.g., WELLS FARGO).
Implementation
@JsonKey(name: "bank_name")
String? get bankName => throw _privateConstructorUsedError;
Name of the bank associated with the routing number (e.g., WELLS FARGO).
@JsonKey(name: "bank_name")
String? get bankName => throw _privateConstructorUsedError;