root property
Int8List?
get
root
Implementation
Int8List? get root => this._root;
set
root
(Int8List? root)
Implementation
set root(Int8List? root) {
this._root = root;
}