version property

int? get version
override

Implementation

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

Implementation

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