prefix property
String
get
prefix
Implementation
String get prefix => switch (this) {
debug => 'DEBUG',
info => 'INFO',
warning => 'WARN',
error => 'ERROR',
};
String get prefix => switch (this) {
debug => 'DEBUG',
info => 'INFO',
warning => 'WARN',
error => 'ERROR',
};