ScanResult$json top-level constant

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

Implementation

@$core.Deprecated('Use scanResultDescriptor instead')
const ScanResult$json = const {
  '1': 'ScanResult',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.ResultType', '10': 'type'},
    const {'1': 'rawContent', '3': 2, '4': 1, '5': 9, '10': 'rawContent'},
    const {'1': 'format', '3': 3, '4': 1, '5': 14, '6': '.BarcodeFormat', '10': 'format'},
    const {'1': 'formatNote', '3': 4, '4': 1, '5': 9, '10': 'formatNote'},
  ],
};