ConsoleFormatter constructor
ConsoleFormatter(
- String name
Creates a new instance of ConsoleFormatter with the given name.
Implementation
ConsoleFormatter(this.name);
Creates a new instance of ConsoleFormatter with the given name.
ConsoleFormatter(this.name);