Header_CommunicationType$json top-level constant

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

Implementation

@$core.Deprecated('Use headerDescriptor instead')
const Header_CommunicationType$json = const {
  '1': 'CommunicationType',
  '2': const [
    const {'1': 'SETUP', '2': 0},
    const {'1': 'CANCELATION', '2': 1},
  ],
};