FlDroidConnectionRequest constructor

FlDroidConnectionRequest({
  1. String? amount,
  2. String? traceNo,
  3. String? paymentToken,
})

Implementation

FlDroidConnectionRequest({
  this.amount,
  this.traceNo,
  this.paymentToken,
});