secondaryUrl property
String?
get
secondaryUrl
The secondary URL for which the content setting should be retrieved. Defaults to the primary URL. Note that the meaning of a secondary URL depends on the content type, and not all content types use secondary URLs.
Implementation
String? get secondaryUrl => _wrapped.secondaryUrl;
set
secondaryUrl
(String? v)
Implementation
set secondaryUrl(String? v) {
_wrapped.secondaryUrl = v;
}