author property

String? author
override

Implementation

String? get author => _$this._author;
void author=(covariant String? author)
covariantoverride

Implementation

set author(covariant String? author) => _$this._author = author;