primaryUrl property
String
get
primaryUrl
The primary URL for which the content setting should be retrieved. Note that the meaning of a primary URL depends on the content type.
Implementation
String get primaryUrl => _wrapped.primaryUrl;
set
primaryUrl
(String v)
Implementation
set primaryUrl(String v) {
_wrapped.primaryUrl = v;
}