lowerCaseName property
String
get
lowerCaseName
The name of the error code, converted to all lower case.
Implementation
String get lowerCaseName => _name.toLowerCase();
The name of the error code, converted to all lower case.
String get lowerCaseName => _name.toLowerCase();