Contact constructor

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

Implementation

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