LocationUrl property

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

Implementation

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

Implementation

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