disableNetworkConnections property

  1. @TagNumber(6)
bool get disableNetworkConnections

Implementation

@$pb.TagNumber(6)
$core.bool get disableNetworkConnections => $_getBF(5);
  1. @TagNumber(6)
set disableNetworkConnections (bool v)

Implementation

@$pb.TagNumber(6)
set disableNetworkConnections($core.bool v) { $_setBool(5, v); }