author property

String? get author
override

Implementation

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

Implementation

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