hasPKC property

  1. @TagNumber(11)
bool get hasPKC

Has PKC capabilities

Implementation

@$pb.TagNumber(11)
$core.bool get hasPKC => $_getBF(10);
  1. @TagNumber(11)
set hasPKC (bool value)

Implementation

@$pb.TagNumber(11)
set hasPKC($core.bool value) => $_setBool(10, value);