SparseVector$json top-level constant

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

Implementation

@$core.Deprecated('Use sparseVectorDescriptor instead')
const SparseVector$json = {
  '1': 'SparseVector',
  '2': [
    {'1': 'values', '3': 1, '4': 3, '5': 2, '10': 'values'},
    {'1': 'indices', '3': 2, '4': 3, '5': 13, '10': 'indices'},
  ],
};