json property

  1. @TagNumber.new(3)
String get json

JSON representation of the block

Implementation

@$pb.TagNumber(3)
$core.String get json => $_getSZ(2);
  1. @TagNumber.new(3)
set json (String v)

Implementation

@$pb.TagNumber(3)
set json($core.String v) {
  $_setString(2, v);
}