nativeName property

String get nativeName

The value as the native SDKs name it.

Implementation

String get nativeName => switch (this) {
  OtpMagicRedirect.auto => 'AUTO',
  OtpMagicRedirect.whatsappNormal => 'WHATSAPP_NORMAL',
  OtpMagicRedirect.whatsappBusiness => 'WHATSAPP_BUSINESS',
  OtpMagicRedirect.manual => 'MANUAL',
};