new_space_name property
Int8List?
get
new_space_name
Implementation
Int8List? get new_space_name => this._new_space_name;
set
new_space_name
(Int8List? new_space_name)
Implementation
set new_space_name(Int8List? new_space_name) {
this._new_space_name = new_space_name;
}