phpGenericServices property

  1. @TagNumber.new(42)
bool get phpGenericServices

Implementation

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

Implementation

@$pb.TagNumber(42)
set phpGenericServices($core.bool value) => $_setBool(17, value);