PrintType$json top-level constant

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

Implementation

@$core.Deprecated('Use printTypeDescriptor instead')
const PrintType$json = {
  '1': 'PrintType',
  '2': [
    {'1': 'PRINT_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'PRINT_TYPE_IMPACT', '2': 1},
    {'1': 'PRINT_TYPE_THERMAL', '2': 2},
  ],
};