FFCustomInterfaceField$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCustomInterfaceFieldDescriptor instead')
const FFCustomInterfaceField$json = {
  '1': 'FFCustomInterfaceField',
  '2': [
    {
      '1': 'parameter',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFParameter',
      '10': 'parameter'
    },
    {'1': 'is_final', '3': 2, '4': 1, '5': 8, '10': 'isFinal'},
    {'1': 'is_late', '3': 3, '4': 1, '5': 8, '10': 'isLate'},
    {'1': 'is_const', '3': 4, '4': 1, '5': 8, '10': 'isConst'},
  ],
};