retryTransaction property

  1. @TagNumber.new(1)
List<int> get retryTransaction

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get retryTransaction => $_getN(0);
  1. @TagNumber.new(1)
set retryTransaction (List<int> v)

Implementation

@$pb.TagNumber(1)
set retryTransaction($core.List<$core.int> v) { $_setBytes(0, v); }