gas property

  1. @TagNumber.new(1)
Int64 get gas

gas to use

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get gas => $_getI64(0);
  1. @TagNumber.new(1)
set gas (Int64 value)

Implementation

@$pb.TagNumber(1)
set gas($fixnum.Int64 value) => $_setInt64(0, value);