FFCustomCodeExpressionVariable$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCustomCodeExpressionVariableDescriptor instead')
const FFCustomCodeExpressionVariable$json = {
  '1': 'FFCustomCodeExpressionVariable',
  '2': [
    {
      '1': 'identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'identifier'
    },
    {'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
    {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
  ],
};