Config constructor
Config({
- bool? error,
- String? message,
- InnerConfig? config,
Implementation
Config({
this.error,
this.message,
this.config,
});
Config({
this.error,
this.message,
this.config,
});