FFSQLiteQueryCall$json top-level constant

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

Implementation

@$core.Deprecated('Use fFSQLiteQueryCallDescriptor instead')
const FFSQLiteQueryCall$json = {
  '1': 'FFSQLiteQueryCall',
  '2': [
    {
      '1': 'query_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'queryIdentifier'
    },
    {
      '1': 'variables',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFSQLiteQueryCall.QueryVariable',
      '10': 'variables'
    },
    {'1': 'is_read', '3': 3, '4': 1, '5': 8, '10': 'isRead'},
  ],
  '3': [FFSQLiteQueryCall_QueryVariable$json],
};