FFProject_LegacyNullSafety$json top-level constant

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

Implementation

@$core.Deprecated('Use fFProjectDescriptor instead')
const FFProject_LegacyNullSafety$json = {
  '1': 'LegacyNullSafety',
  '2': [
    {'1': 'UNDEFINED', '2': 0},
    {'1': 'DISABLED', '2': 1},
    {'1': 'ENABLED', '2': 2},
  ],
};