jsonOutput property

  1. @TagNumber.new(13)
String get jsonOutput

Optional JSON output (when structured-output mode was requested). Empty = no structured output.

Implementation

@$pb.TagNumber(13)
$core.String get jsonOutput => $_getSZ(12);
  1. @TagNumber.new(13)
set jsonOutput (String value)

Implementation

@$pb.TagNumber(13)
set jsonOutput($core.String value) => $_setString(12, value);