transaction property

  1. @TagNumber.new(1)
IoTransaction get transaction

The Transaction associated with the requested ID. None/null if not found. optional

Implementation

@$pb.TagNumber(1)
$29.IoTransaction get transaction => $_getN(0);
  1. @TagNumber.new(1)
set transaction (IoTransaction v)

Implementation

@$pb.TagNumber(1)
set transaction($29.IoTransaction v) { setField(1, v); }