domain property
String?
get
domain
A string representing the domain of the error.
Implementation
String? get domain => _nsError.domain;
A string representing the domain of the error.
String? get domain => _nsError.domain;