AuthBlocEvent$json top-level constant

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

Implementation

@$core.Deprecated('Use authBlocEventDescriptor instead')
const AuthBlocEvent$json = {
  '1': 'AuthBlocEvent',
  '2': [
    {
      '1': 'emailLogin',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.AuthBlocEvent.EmailLogin',
      '9': 0,
      '10': 'emailLogin'
    },
    {
      '1': 'emailSignup',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.AuthBlocEvent.EmailSignup',
      '9': 0,
      '10': 'emailSignup'
    },
    {
      '1': 'emailForgotPassword',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.AuthBlocEvent.EmailForgotPassword',
      '9': 0,
      '10': 'emailForgotPassword'
    },
    {
      '1': 'logout',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.AuthBlocEvent.Logout',
      '9': 0,
      '10': 'logout'
    },
    {
      '1': 'startup',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.AuthBlocEvent.AppStartup',
      '9': 0,
      '10': 'startup'
    },
    {
      '1': 'removeAccount',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.AuthBlocEvent.RemoveAccount',
      '9': 0,
      '10': 'removeAccount'
    },
  ],
  '3': [
    AuthBlocEvent_AppStartup$json,
    AuthBlocEvent_EmailLogin$json,
    AuthBlocEvent_EmailSignup$json,
    AuthBlocEvent_EmailForgotPassword$json,
    AuthBlocEvent_Logout$json,
    AuthBlocEvent_RemoveAccount$json
  ],
  '8': [
    {'1': 'eventType'},
  ],
};