hasWifi property

  1. @TagNumber(4)
bool get hasWifi

Indicates that the device has native wifi capability

Implementation

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

Implementation

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