error_msg property
Int8List?
get
error_msg
Implementation
Int8List? get error_msg => this._error_msg;
set
error_msg
(Int8List? error_msg)
Implementation
set error_msg(Int8List? error_msg) {
this._error_msg = error_msg;
}