transaction property

  1. @TagNumber(3)
List<int> get transaction

If set, applies all writes in this transaction, and commits it.

Implementation

@$pb.TagNumber(3)
$core.List<$core.int> get transaction => $_getN(2);
  1. @TagNumber(3)
set transaction (List<int> v)

Implementation

@$pb.TagNumber(3)
set transaction($core.List<$core.int> v) {
  $_setBytes(2, v);
}