space property

Int8List? get space

Implementation

Int8List? get space => this._space;
set space (Int8List? space)

Implementation

set space(Int8List? space) {
  this._space = space;
}