TransactionStatus constructor

TransactionStatus({
  1. String? status,
})

Implementation

TransactionStatus({
  this.status,
});