Password$json top-level constant

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

Implementation

@$core.Deprecated('Use passwordDescriptor instead')
const Password$json = {
  '1': 'Password',
  '2': [
    {'1': 'password', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'password'},
    {'1': 'change_required', '3': 2, '4': 1, '5': 8, '10': 'changeRequired'},
  ],
};