Contact constructor

Contact({
  1. required String fullName,
  2. required PhoneNumber phoneNumber,
})

Implementation

Contact({required this.fullName, required this.phoneNumber});