AllowedEmailsBlocState_State$json top-level constant

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

Implementation

@$core.Deprecated('Use allowedEmailsBlocStateDescriptor instead')
const AllowedEmailsBlocState_State$json = {
  '1': 'State',
  '2': [
    {'1': 'fetching', '2': 0},
    {'1': 'success', '2': 1},
    {'1': 'error', '2': 2},
    {'1': 'permissionDenied', '2': 3},
  ],
};