name property
String
get
name
Gets the string representation of the log level.
Implementation
String get name {
return toString().split('.').last;
}
Gets the string representation of the log level.
String get name {
return toString().split('.').last;
}