realm property
String?
get
realm
The authentication realm provided by the server, if there is one.
Implementation
String? get realm => _wrapped.realm;
set
realm
(String? v)
Implementation
set realm(String? v) {
_wrapped.realm = v;
}