json property

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

Resulting transaction, in JSON.

Implementation

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

Implementation

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