authorUrl property

String? authorUrl

Implementation

String? get authorUrl => getProperty(this, 'author_url');
void authorUrl=(String? value)

Implementation

set authorUrl(String? value) {
  setProperty(this, 'author_url', value);
}