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