authorName property

String? authorName

Implementation

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

Implementation

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