grammar property
Grammar or constrained-decoding rule text (GBNF/regex/backend-specific).
Implementation
@$pb.TagNumber(20)
$core.String get grammar => $_getSZ(19);
Implementation
@$pb.TagNumber(20)
set grammar($core.String value) => $_setString(19, value);