cacheValidatedWithOriginServer property

  1. @TagNumber(10)
bool cacheValidatedWithOriginServer

Implementation

@$pb.TagNumber(10)
$core.bool get cacheValidatedWithOriginServer => $_getBF(9);
  1. @TagNumber(10)
void cacheValidatedWithOriginServer=(bool v)

Implementation

@$pb.TagNumber(10)
set cacheValidatedWithOriginServer($core.bool v) {
  $_setBool(9, v);
}