RemoteHardwarePinType$json top-level constant

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

Implementation

@$core.Deprecated('Use remoteHardwarePinTypeDescriptor instead')
const RemoteHardwarePinType$json = {
  '1': 'RemoteHardwarePinType',
  '2': [
    {'1': 'UNKNOWN', '2': 0},
    {'1': 'DIGITAL_READ', '2': 1},
    {'1': 'DIGITAL_WRITE', '2': 2},
  ],
};