jsonOutput property

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

Implementation

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

Implementation

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