FFCreateCustomInterfaceVariable$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCreateCustomInterfaceVariableDescriptor instead')
const FFCreateCustomInterfaceVariable$json = {
  '1': 'FFCreateCustomInterfaceVariable',
  '2': [
    {
      '1': 'custom_interface_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'customInterfaceIdentifier'
    },
    {
      '1': 'constructor_identifier',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'constructorIdentifier'
    },
    {
      '1': 'fields',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFCreateCustomInterfaceVariable.InterfaceField',
      '10': 'fields'
    },
  ],
  '3': [FFCreateCustomInterfaceVariable_InterfaceField$json],
};