int? get version => _$this._version;
set version(covariant int? version) => _$this._version = version;