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