FFListSortOperation$json top-level constant

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

Implementation

@$core.Deprecated('Use fFListSortOperationDescriptor instead')
const FFListSortOperation$json = {
  '1': 'FFListSortOperation',
  '2': [
    {
      '1': 'sort_key',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'sortKey'
    },
    {'1': 'is_descending', '3': 2, '4': 1, '5': 8, '10': 'isDescending'},
  ],
};