toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case EmailSendingAccountType.cognitoDefault:
      return 'COGNITO_DEFAULT';
    case EmailSendingAccountType.developer:
      return 'DEVELOPER';
  }
}