phpGenericServices property

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

Implementation

@$pb.TagNumber(19)
$core.bool get phpGenericServices => $_getBF(8);
  1. @TagNumber.new(19)
set phpGenericServices (bool v)

Implementation

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