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