PrinterDeviceType_Type$json top-level constant Null safety
@Deprecated('Use printerDeviceTypeDescriptor instead')
Implementation
@$core.Deprecated('Use printerDeviceTypeDescriptor instead')
const PrinterDeviceType_Type$json = const {
'1': 'Type',
'2': const [
const {'1': 'BLUETOOTH', '2': 0},
const {'1': 'USB', '2': 1},
const {'1': 'USB_ACCESSORY', '2': 2},
const {'1': 'TTY', '2': 3},
const {'1': 'TCP', '2': 4},
],
};