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