FFAppEvent_FFAppEventScope$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAppEventDescriptor instead')
const FFAppEvent_FFAppEventScope$json = {
  '1': 'FFAppEventScope',
  '2': [
    {'1': 'GLOBAL', '2': 0},
    {'1': 'LOCAL', '2': 1},
  ],
};