transactionId property

String transactionId

Implementation

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

Implementation

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