FFConstantsVariable_ConstantValue$json top-level constant

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

Implementation

@$core.Deprecated('Use fFConstantsVariableDescriptor instead')
const FFConstantsVariable_ConstantValue$json = {
  '1': 'ConstantValue',
  '2': [
    {'1': 'CONSTANT_VALUE_UNDEFINED', '2': 0},
    {'1': 'EMPTY_STRING', '2': 1},
    {'1': 'TRUE', '2': 2},
    {'1': 'FALSE', '2': 3},
    {'1': 'NULL', '2': 4},
    {'1': 'BREAKPOINT_SMALL', '2': 5},
    {'1': 'BREAKPOINT_MEDIUM', '2': 6},
    {'1': 'BREAKPOINT_LARGE', '2': 7},
    {'1': 'INFINITY', '2': 8},
    {'1': 'EMPTY_LIST', '2': 9},
  ],
};