transactionError property

  1. @TagNumber(2)
String transactionError

Implementation

@$pb.TagNumber(2)
$core.String get transactionError => $_getSZ(1);
  1. @TagNumber(2)
void transactionError=(String v)

Implementation

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