toCustomEmailSenderLambdaVersionType method

CustomEmailSenderLambdaVersionType toCustomEmailSenderLambdaVersionType()

Implementation

CustomEmailSenderLambdaVersionType toCustomEmailSenderLambdaVersionType() {
  switch (this) {
    case 'V1_0':
      return CustomEmailSenderLambdaVersionType.v1_0;
  }
  throw Exception(
      '$this is not known in enum CustomEmailSenderLambdaVersionType');
}