canonicalUrl property
String?
get
canonicalUrl
Implementation
_i2.String? get canonicalUrl => _i5.getProperty(
this,
'canonicalUrl',
);
set
canonicalUrl
(String? value)
Implementation
set canonicalUrl(_i2.String? value) {
_i5.setProperty(
this,
'canonicalUrl',
value ?? _i7.undefined,
);
}