phpGenericServices property

  1. @TagNumber(42)
bool phpGenericServices

Implementation

@$pb.TagNumber(42)
$core.bool get phpGenericServices => $_getBF(17);
  1. @TagNumber(42)
void phpGenericServices=(bool v)

Implementation

@$pb.TagNumber(42)
set phpGenericServices($core.bool v) { $_setBool(17, v); }