phpGenericServices property

  1. @TagNumber(42)
bool get phpGenericServices

Implementation

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

Implementation

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