WalletConfig constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory WalletConfig({
required bool enabled,
List<String>? instrument, // List of wallet codes
}) = _WalletConfig;
@JsonSerializable(includeIfNull: false)
const factory WalletConfig({
required bool enabled,
List<String>? instrument, // List of wallet codes
}) = _WalletConfig;