success property

ListClusterInfoResp? get success

Implementation

ListClusterInfoResp? get success => this._success;
set success (ListClusterInfoResp? success)

Implementation

set success(ListClusterInfoResp? success) {
  this._success = success;
}