transactionId property

  1. @TagNumber.new(3)
String get transactionId

Transaction ID (hash)

Implementation

@$pb.TagNumber(3)
$core.String get transactionId => $_getSZ(2);
  1. @TagNumber.new(3)
set transactionId (String v)

Implementation

@$pb.TagNumber(3)
set transactionId($core.String v) {
  $_setString(2, v);
}