FFAccessCustomInterfaceMethod$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAccessCustomInterfaceMethodDescriptor instead')
const FFAccessCustomInterfaceMethod$json = {
  '1': 'FFAccessCustomInterfaceMethod',
  '2': [
    {
      '1': 'method_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'methodIdentifier'
    },
    {
      '1': 'parameter_values',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFFunctionCallValues',
      '10': 'parameterValues'
    },
  ],
};