FFApiCallPaginationVariable$json top-level constant

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

Implementation

@$core.Deprecated('Use fFApiCallPaginationVariableDescriptor instead')
const FFApiCallPaginationVariable$json = {
  '1': 'FFApiCallPaginationVariable',
  '2': [
    {
      '1': 'next_page_number',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFApiCallPaginationVariable.NextPageNumber',
      '9': 0,
      '10': 'nextPageNumber'
    },
    {
      '1': 'num_loaded_items',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFApiCallPaginationVariable.NumLoadedItems',
      '9': 0,
      '10': 'numLoadedItems'
    },
    {
      '1': 'last_response',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFApiCallPaginationVariable.LastResponse',
      '9': 0,
      '10': 'lastResponse'
    },
  ],
  '3': [
    FFApiCallPaginationVariable_NextPageNumber$json,
    FFApiCallPaginationVariable_NumLoadedItems$json,
    FFApiCallPaginationVariable_LastResponse$json
  ],
  '8': [
    {'1': 'type'},
  ],
};