LocationUrl property

String? LocationUrl
Gets the URL of the sharing location (for viewing the contents in a web browser).

Implementation

String? get LocationUrl => this._locationUrl;
void LocationUrl=(String? value)

Implementation

set LocationUrl(String? value) => this._locationUrl = value;