UrpImpCommand$json top-level constant

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

Implementation

@$core.Deprecated('Use urpImpCommandDescriptor instead')
const UrpImpCommand$json = {
  '1': 'UrpImpCommand',
  '2': [
    {'1': 'urpImpPrime', '2': 0},
    {'1': 'urpImpUnprime', '2': 1},
    {'1': 'urpImpStartMeasurement', '2': 2},
    {'1': 'urpImpStopMeasurement', '2': 3},
    {'1': 'urpImpRequestToken', '2': 4},
    {'1': 'urpImpSetToken', '2': 5},
    {'1': 'urpImpGetToken', '2': 6},
  ],
};