FFRandomInteger$json top-level constant

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

Implementation

@$core.Deprecated('Use fFRandomIntegerDescriptor instead')
const FFRandomInteger$json = {
  '1': 'FFRandomInteger',
  '2': [
    {
      '1': 'legacy_min',
      '3': 1,
      '4': 1,
      '5': 5,
      '8': {'3': true},
      '10': 'legacyMin',
    },
    {
      '1': 'legacy_max',
      '3': 2,
      '4': 1,
      '5': 5,
      '8': {'3': true},
      '10': 'legacyMax',
    },
    {
      '1': 'min',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'min'
    },
    {
      '1': 'max',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'max'
    },
  ],
};