ccGenericServices property

  1. @TagNumber(16)
bool ccGenericServices

Implementation

@$pb.TagNumber(16)
$core.bool get ccGenericServices => $_getBF(5);
  1. @TagNumber(16)
void ccGenericServices=(bool v)

Implementation

@$pb.TagNumber(16)
set ccGenericServices($core.bool v) {
  $_setBool(5, v);
}