ContactModel constructor

ContactModel({
  1. String? fullName,
  2. List<String?>? phoneNumbers,
})

Implementation

ContactModel({this.fullName, this.phoneNumbers});