format property
Int8List?
get
format
Implementation
Int8List? get format => this._format;
set
format
(Int8List? format)
Implementation
set format(Int8List? format) {
this._format = format;
}