int? get modified => _$this._modified;
set modified(covariant int? modified) => _$this._modified = modified;