host property
Int8List?
get
host
Implementation
Int8List? get host => this._host;
set
host
(Int8List? host)
Implementation
set host(Int8List? host) {
this._host = host;
}