uniqueName property
The unique name of this error code.
Deprecated. Please use lowerCaseUniqueName instead so that names are matched in a case insensitive fashion.
Implementation
@Deprecated('Please use lowerCaseUniqueName')
String get uniqueName => _uniqueName;