gasAmount property

  1. @TagNumber(3)
String get gasAmount

Amount values strings prefixed by zero. e.g. "\u000010000000"

Implementation

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

Implementation

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