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