CustomContact constructor
CustomContact({
- Contact? contact,
- bool isChecked = false,
Implementation
CustomContact({
this.contact,
this.isChecked = false,
});
CustomContact({
this.contact,
this.isChecked = false,
});