FFWebSettings_WebOrientation$json top-level constant

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

Implementation

@$core.Deprecated('Use fFWebSettingsDescriptor instead')
const FFWebSettings_WebOrientation$json = {
  '1': 'WebOrientation',
  '2': [
    {'1': 'WEB_ORIENTATION_UNDEFINED', '2': 0},
    {'1': 'ANY', '2': 1},
    {'1': 'NATURAL', '2': 2},
    {'1': 'PORTRAIT', '2': 3},
    {'1': 'PORTRAIT_PRIMARY', '2': 4},
    {'1': 'PORTRAIT_SECONDARY', '2': 5},
    {'1': 'LANDSCAPE', '2': 6},
    {'1': 'LANDSCAPE_PRIMARY', '2': 7},
    {'1': 'LANDSCAPE_SECONDARY', '2': 8},
  ],
};