isConnected property

  1. @TagNumber(3)
bool get isConnected

Whether the device has an active connection or not

Implementation

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

Implementation

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