spaces property

List<Int8List>? get spaces

Implementation

List<Int8List>? get spaces => this._spaces;
set spaces (List<Int8List>? spaces)

Implementation

set spaces(List<Int8List>? spaces) {
  this._spaces = spaces;
}