Agent constructor

Agent({
  1. String? slipURL,
  2. String? slipImage,
  3. String? paymentDate,
  4. String? paymentAccount,
  5. String? reference,
})

Implementation

Agent({
  this.slipURL,
  this.slipImage,
  this.paymentDate,
  this.paymentAccount,
  this.reference,
});