PhoneContact constructor

const PhoneContact(
  1. String? fullName,
  2. PhoneNumber? phoneNumber
)

Implementation

const PhoneContact(String? fullName, this.phoneNumber) : super(fullName);