PasswordScreenText$json top-level constant

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

Implementation

@$core.Deprecated('Use passwordScreenTextDescriptor instead')
const PasswordScreenText$json = {
  '1': 'PasswordScreenText',
  '2': [
    {'1': 'title', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'title'},
    {'1': 'description', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {
      '1': 'password_label',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'passwordLabel'
    },
    {
      '1': 'reset_link_text',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'resetLinkText'
    },
    {
      '1': 'back_button_text',
      '3': 5,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'backButtonText'
    },
    {
      '1': 'next_button_text',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'nextButtonText'
    },
    {'1': 'min_length', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'minLength'},
    {
      '1': 'has_uppercase',
      '3': 8,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'hasUppercase'
    },
    {
      '1': 'has_lowercase',
      '3': 9,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'hasLowercase'
    },
    {'1': 'has_number', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'hasNumber'},
    {'1': 'has_symbol', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'hasSymbol'},
    {
      '1': 'confirmation',
      '3': 12,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'confirmation'
    },
  ],
};