AuthBlocState$json top-level constant

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

Implementation

@$core.Deprecated('Use authBlocStateDescriptor instead')
const AuthBlocState$json = {
  '1': 'AuthBlocState',
  '2': [
    {
      '1': 'authState',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.AuthState',
      '10': 'authState'
    },
    {'1': 'email', '3': 2, '4': 1, '5': 9, '10': 'email'},
    {'1': 'errorMessage', '3': 3, '4': 1, '5': 9, '10': 'errorMessage'},
    {'1': 'isServiceAdmin', '3': 4, '4': 1, '5': 8, '10': 'isServiceAdmin'},
    {'1': 'uid', '3': 5, '4': 1, '5': 9, '10': 'uid'},
  ],
};