PrintCommandFormat$json top-level constant

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

Implementation

@$core.Deprecated('Use printCommandFormatDescriptor instead')
const PrintCommandFormat$json = {
  '1': 'PrintCommandFormat',
  '2': [
    {'1': 'PRINT_COMMAND_FORMAT_UNSPECIFIED', '2': 0},
    {'1': 'PRINT_COMMAND_FORMAT_ESC_POS', '2': 1},
    {'1': 'PRINT_COMMAND_FORMAT_HTML', '2': 2},
  ],
};