authorName property

String? get authorName

Implementation

String? get authorName => getProperty(this, 'author_name');
set authorName (String? value)

Implementation

set authorName(String? value) {
  setProperty(this, 'author_name', value);
}