CloudFunctionsState$json top-level constant

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

Implementation

@$core.Deprecated('Use cloudFunctionsStateDescriptor instead')
const CloudFunctionsState$json = {
  '1': 'CloudFunctionsState',
  '2': [
    {
      '1': 'initial',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.hyttahub.CloudFunctionsInitial',
      '9': 0,
      '10': 'initial'
    },
    {
      '1': 'loading',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.hyttahub.CloudFunctionsLoading',
      '9': 0,
      '10': 'loading'
    },
    {
      '1': 'export_success',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.hyttahub.ExportSuccess',
      '9': 0,
      '10': 'exportSuccess'
    },
    {
      '1': 'export_list_success',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.hyttahub.ExportListSuccess',
      '9': 0,
      '10': 'exportListSuccess'
    },
    {
      '1': 'export_delete_success',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.hyttahub.ExportDeleteSuccess',
      '9': 0,
      '10': 'exportDeleteSuccess'
    },
    {
      '1': 'export_details_success',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.hyttahub.ExportDetailsSuccess',
      '9': 0,
      '10': 'exportDetailsSuccess'
    },
    {
      '1': 'failure',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.hyttahub.CloudFunctionsFailure',
      '9': 0,
      '10': 'failure'
    },
  ],
  '8': [
    {'1': 'state'},
  ],
};