EditContactType constructor

EditContactType({
  1. required int contactid,
  2. required String countrycode,
  3. required String email,
  4. required String firstname,
  5. required String image,
  6. required bool isshowportal,
  7. required String lastname,
  8. required String phone,
})

Implementation

EditContactType({required this.contactid, required this.countrycode, required this.email, required this.firstname, required this.image, required this.isshowportal, required this.lastname, required this.phone});