AddContactType constructor

AddContactType({
  1. required String countrycode,
  2. required String email,
  3. required String firstname,
  4. required String? image,
  5. bool? is_show_portal,
  6. String? lastname,
  7. String? phone,
})

Implementation

AddContactType({required this.countrycode, required this.email, required this.firstname, required this.image, this.is_show_portal, this.lastname, this.phone});