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