isValid property

  1. @TagNumber.new(1)
bool get isValid

Whether the parsed output validates against the requested schema.

Implementation

@$pb.TagNumber(1)
$core.bool get isValid => $_getBF(0);
  1. @TagNumber.new(1)
set isValid (bool value)

Implementation

@$pb.TagNumber(1)
set isValid($core.bool value) => $_setBool(0, value);