ContactIdResponse constructor

ContactIdResponse({
  1. String? contactId,
})

Implementation

ContactIdResponse({
  this.contactId,
});