InstrumentCard constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory InstrumentCard({
required String issuer, // e.g., 'HDFC', 'ICIC'
required List<String> type, // e.g., ['credit', 'debit']
}) = _InstrumentCard;