FFSQLiteQueryConfig$json top-level constant
Implementation
@$core.Deprecated('Use fFSQLiteQueryConfigDescriptor instead')
const FFSQLiteQueryConfig$json = {
'1': 'FFSQLiteQueryConfig',
'2': [
{
'1': 'identifier',
'3': 1,
'4': 1,
'5': 11,
'6': '.flutterflow.FFIdentifier',
'10': 'identifier'
},
{'1': 'query', '3': 2, '4': 1, '5': 9, '10': 'query'},
{
'1': 'variables',
'3': 3,
'4': 3,
'5': 11,
'6': '.flutterflow.FFSQLiteInputVariable',
'10': 'variables'
},
{
'1': 'output_columns',
'3': 4,
'4': 3,
'5': 11,
'6': '.flutterflow.FFSQLiteColumn',
'10': 'outputColumns'
},
],
};