UUIDValue$json top-level constant

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

Implementation

@$core.Deprecated('Use uUIDValueDescriptor instead')
const UUIDValue$json = {
  '1': 'UUIDValue',
  '2': [
    {'1': 'most_sig_bits', '3': 1, '4': 1, '5': 3, '10': 'mostSigBits'},
    {'1': 'least_sig_bits', '3': 2, '4': 1, '5': 3, '10': 'leastSigBits'},
  ],
};