json property

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

transaction in JSON format

Implementation

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

Implementation

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