ABAServerResponse constructor

ABAServerResponse({
  1. int? status,
  2. String? description,
  3. String? qrString,
  4. String? qrImage,
  5. String? abapayDeeplink,
  6. String? appStore,
  7. String? playStore,
  8. String? rawcontent,
})

Implementation

ABAServerResponse({
  this.status,
  this.description,
  this.qrString,
  this.qrImage,
  this.abapayDeeplink,
  this.appStore,
  this.playStore,
  this.rawcontent,
});