tx property

  1. @TagNumber.new(1)
ProtoTransaction get tx

Implementation

@$pb.TagNumber(1)
ProtoTransaction get tx => $_getN(0);
  1. @TagNumber.new(1)
set tx (ProtoTransaction v)

Implementation

@$pb.TagNumber(1)
set tx(ProtoTransaction v) {
  setField(1, v);
}