status property
Int8List?
get
status
Implementation
Int8List? get status => this._status;
set
status
(Int8List? status)
Implementation
set status(Int8List? status) {
this._status = status;
}