FFSQLiteColumn$json top-level constant

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

Implementation

@$core.Deprecated('Use fFSQLiteColumnDescriptor instead')
const FFSQLiteColumn$json = {
  '1': 'FFSQLiteColumn',
  '2': [
    {
      '1': 'identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'identifier'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFParameter',
      '10': 'type'
    },
  ],
};