isLicensed property

  1. @TagNumber(6)
bool get isLicensed

In some regions Ham radio operators have different bandwidth limitations than others. If this user is a licensed operator, set this flag. Also, "long_name" should be their licence number.

Implementation

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

Implementation

@$pb.TagNumber(6)
set isLicensed($core.bool value) => $_setBool(5, value);