isValid property

  1. @TagNumber(1)
bool isValid

Whether this validation check passed

Implementation

@$pb.TagNumber(1)
$core.bool get isValid => $_getBF(0);
  1. @TagNumber(1)
void isValid=(bool v)

Implementation

@$pb.TagNumber(1)
set isValid($core.bool v) {
  $_setBool(0, v);
}