Data constructor

Data({
  1. String? transactionSessionId,
})

Implementation

Data({
  this.transactionSessionId,
});