strictMode property
Strict schema adherence — rejects outputs that don't fully validate.
Implementation
@$pb.TagNumber(3)
$core.bool get strictMode => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set strictMode($core.bool value) => $_setBool(2, value);