String? get summary => _$this._summary;
set summary(covariant String? summary) => _$this._summary = summary;