success property
Int8List?
get
success
Implementation
Int8List? get success => this._success;
set
success
(Int8List? success)
Implementation
set success(Int8List? success) {
this._success = success;
}