lowerCaseUniqueName property
String
get
lowerCaseUniqueName
The unique name of this error code, converted to all lower case.
Implementation
String get lowerCaseUniqueName => _uniqueName.toLowerCase();
The unique name of this error code, converted to all lower case.
String get lowerCaseUniqueName => _uniqueName.toLowerCase();