transactionId property

String get transactionId

Implementation

String get transactionId => js_util.getProperty(this, 'transactionId');
set transactionId (String newValue)

Implementation

set transactionId(String newValue) {
  js_util.setProperty(this, 'transactionId', newValue);
}