String? get keywords => _$this._keywords;
set keywords(covariant String? keywords) => _$this._keywords = keywords;