int? get starredCount => _$this._starredCount;
set starredCount(covariant int? starredCount) => _$this._starredCount = starredCount;