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