gasInfo property

  1. @TagNumber(1)
GasInfo get gasInfo

Implementation

@$pb.TagNumber(1)
GasInfo get gasInfo => $_getN(0);
  1. @TagNumber(1)
set gasInfo (GasInfo v)

Implementation

@$pb.TagNumber(1)
set gasInfo(GasInfo v) { setField(1, v); }