FluidResponse constructor

const FluidResponse({
  1. String coin = '',
  2. num amount = 0,
  3. String paymentStatus = '',
  4. String reference = '',
  5. String error = '',
})

Implementation

const FluidResponse({
  this.coin: '',
  this.amount: 0,
  this.paymentStatus: '',
  this.reference: '',
  this.error: '',
});