authorName property

String? authorName

Implementation

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

Implementation

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