allowCors property

  1. @TagNumber(5)
bool allowCors

Implementation

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

Implementation

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