authorUrl property
String?
get
authorUrl
Implementation
String? get authorUrl => getProperty(this, 'author_url');
set
authorUrl
(String? value)
Implementation
set authorUrl(String? value) {
setProperty(this, 'author_url', value);
}