ContactDetails constructor

ContactDetails({
  1. List<Contact>? contacts,
})

Implementation

ContactDetails({
  this.contacts,
});