CardsConfig constructor
- @JsonSerializable(includeIfNull: false)
- required bool enabled,
- List<
InstrumentCard> ? instrument,
Implementation
@JsonSerializable(includeIfNull: false)
const factory CardsConfig({
required bool enabled,
List<InstrumentCard>? instrument, // Optional list
}) = _CardsConfig;