PasswordlessPromptScreenText$json top-level constant

  1. @Deprecated('Use passwordlessPromptScreenTextDescriptor instead')
Map<String, Object> const PasswordlessPromptScreenText$json

Implementation

@$core.Deprecated('Use passwordlessPromptScreenTextDescriptor instead')
const PasswordlessPromptScreenText$json = {
  '1': 'PasswordlessPromptScreenText',
  '2': [
    {'1': 'title', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'title'},
    {'1': 'description', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {
      '1': 'description_init',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'descriptionInit'
    },
    {
      '1': 'passwordless_button_text',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'passwordlessButtonText'
    },
    {
      '1': 'next_button_text',
      '3': 5,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'nextButtonText'
    },
    {
      '1': 'skip_button_text',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'skipButtonText'
    },
  ],
};