isConnected property

  1. @TagNumber(2)
bool get isConnected

Whether the device has an active connection or not

Implementation

@$pb.TagNumber(2)
$core.bool get isConnected => $_getBF(1);
  1. @TagNumber(2)
set isConnected (bool value)

Implementation

@$pb.TagNumber(2)
set isConnected($core.bool value) => $_setBool(1, value);