version property

Int8List? get version

Implementation

Int8List? get version => this._version;
set version (Int8List? version)

Implementation

set version(Int8List? version) {
  this._version = version;
}