ThirdPartyCaveat$json top-level constant

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

Implementation

@$core.Deprecated('Use thirdPartyCaveatDescriptor instead')
const ThirdPartyCaveat$json = {
  '1': 'ThirdPartyCaveat',
  '2': [
    {'1': 'location', '3': 1, '4': 1, '5': 9, '10': 'location'},
    {'1': 'ticket', '3': 2, '4': 1, '5': 12, '10': 'ticket'},
    {'1': 'challenge', '3': 3, '4': 1, '5': 12, '10': 'challenge'},
    {'1': 'salt', '3': 4, '4': 1, '5': 12, '10': 'salt'},
  ],
};