hosts property

Int8List? get hosts

Implementation

Int8List? get hosts => this._hosts;
set hosts (Int8List? hosts)

Implementation

set hosts(Int8List? hosts) {
  this._hosts = hosts;
}