statsJson property

  1. @TagNumber.new(6)
String get statsJson

Raw backend statistics JSON for implementations that cannot yet project every counter into typed fields.

Implementation

@$pb.TagNumber(6)
$core.String get statsJson => $_getSZ(5);
  1. @TagNumber.new(6)
set statsJson (String value)

Implementation

@$pb.TagNumber(6)
set statsJson($core.String value) => $_setString(5, value);