GetContactResponse constructor

GetContactResponse({
  1. Contact? contact,
})

Implementation

GetContactResponse({
  this.contact,
});