GetWellknownSupportResponse constructor

GetWellknownSupportResponse({
  1. List<Contact>? contacts,
  2. String? supportPage,
})

Implementation

GetWellknownSupportResponse({
  this.contacts,
  this.supportPage,
});