lowerCaseUniqueName property

String get lowerCaseUniqueName

The unique name of this error code, converted to all lower case.

Implementation

String get lowerCaseUniqueName => _uniqueName.toLowerCase();