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 = const {
  '1': 'PasswordScreenText',
  '2': const [
    const {'1': 'title', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'title'},
    const {'1': 'description', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'description'},
    const {'1': 'password_label', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'passwordLabel'},
    const {'1': 'reset_link_text', '3': 4, '4': 1, '5': 9, '8': const {}, '10': 'resetLinkText'},
    const {'1': 'back_button_text', '3': 5, '4': 1, '5': 9, '8': const {}, '10': 'backButtonText'},
    const {'1': 'next_button_text', '3': 6, '4': 1, '5': 9, '8': const {}, '10': 'nextButtonText'},
    const {'1': 'min_length', '3': 7, '4': 1, '5': 9, '8': const {}, '10': 'minLength'},
    const {'1': 'has_uppercase', '3': 8, '4': 1, '5': 9, '8': const {}, '10': 'hasUppercase'},
    const {'1': 'has_lowercase', '3': 9, '4': 1, '5': 9, '8': const {}, '10': 'hasLowercase'},
    const {'1': 'has_number', '3': 10, '4': 1, '5': 9, '8': const {}, '10': 'hasNumber'},
    const {'1': 'has_symbol', '3': 11, '4': 1, '5': 9, '8': const {}, '10': 'hasSymbol'},
    const {'1': 'confirmation', '3': 12, '4': 1, '5': 9, '8': const {}, '10': 'confirmation'},
  ],
};