authorName property

String? get authorName

Implementation

String? get authorName => _$this._authorName;
set authorName (String? authorName)

Implementation

set authorName(String? authorName) => _$this._authorName = authorName;