int? get lastmod => _$this._lastmod;
set lastmod(covariant int? lastmod) => _$this._lastmod = lastmod;