Instrument constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory Instrument({
required String type, // e.g., 'retail', 'corporate' for netbanking
required List<String> bank, // List of bank codes
}) = _Instrument;