deviceUnboundGateway property

String deviceUnboundGateway

The device is unbound to the gateway

Implementation

String get deviceUnboundGateway {
  return Intl.message(
    'The device is unbound to the gateway',
    name: 'deviceUnboundGateway',
    desc: '',
    args: [],
  );
}