menu
ews package
documentation
Autodiscover/WebClientUrl.dart
WebClientUrl
Url property
Url property
dark_mode
light_mode
Url
property
String
?
get
Url
Gets the URL.
Implementation
String? get Url => this._url;
set
Url
(
String
?
value
)
Implementation
set Url(String? value) => this._url = value;
ews package
documentation
Autodiscover/WebClientUrl
WebClientUrl
Url property
WebClientUrl class