ListFetchRequest_$json top-level constant
Implementation
@$core.Deprecated('Use listFetchRequest_Descriptor instead')
const ListFetchRequest_$json = {
'1': '_ListFetchRequest',
'2': [
{'1': 'list_name', '3': 1, '4': 1, '5': 12, '10': 'listName'},
{
'1': 'unbounded_start',
'3': 2,
'4': 1,
'5': 11,
'6': '.cache_client._Unbounded',
'9': 0,
'10': 'unboundedStart'
},
{
'1': 'inclusive_start',
'3': 3,
'4': 1,
'5': 17,
'9': 0,
'10': 'inclusiveStart'
},
{
'1': 'unbounded_end',
'3': 4,
'4': 1,
'5': 11,
'6': '.cache_client._Unbounded',
'9': 1,
'10': 'unboundedEnd'
},
{
'1': 'exclusive_end',
'3': 5,
'4': 1,
'5': 17,
'9': 1,
'10': 'exclusiveEnd'
},
],
'8': [
{'1': 'start_index'},
{'1': 'end_index'},
],
};