author property

JsonObject? get author
override

Implementation

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

Implementation

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