VerifyTransactionRes constructor

VerifyTransactionRes({
  1. bool? success,
  2. String? message,
  3. Data? data,
})

Implementation

VerifyTransactionRes({
  this.success,
  this.message,
  this.data,
});