pyGenericServices property

  1. @TagNumber(18)
bool pyGenericServices

Implementation

@$pb.TagNumber(18)
$core.bool get pyGenericServices => $_getBF(7);
  1. @TagNumber(18)
void pyGenericServices=(bool v)

Implementation

@$pb.TagNumber(18)
set pyGenericServices($core.bool v) { $_setBool(7, v); }