space_name property

Int8List? get space_name

Implementation

Int8List? get space_name => this._space_name;
set space_name (Int8List? space_name)

Implementation

set space_name(Int8List? space_name) {
  this._space_name = space_name;
}