toProvisionedProductPlanType method

ProvisionedProductPlanType toProvisionedProductPlanType()

Implementation

ProvisionedProductPlanType toProvisionedProductPlanType() {
  switch (this) {
    case 'CLOUDFORMATION':
      return ProvisionedProductPlanType.cloudformation;
  }
  throw Exception('$this is not known in enum ProvisionedProductPlanType');
}