MesiboPhoneContact constructor
MesiboPhoneContact({})
Implementation
}class MesiboPhoneContact extends mEsIbOfluTterCLass{static const int PHONETYPE_INVALID=-1;static const int PHONETYPE_MAYBE= 0;static const int PHONETYPE_VALID= 1;static const int PHONETYPE_MOBILE= 2;static const int PHONETYPE_FIXED= 3;static const int PHONETYPE_TOLLFREE= 4;static const int PHONETYPE_PREMIUM= 5;static const int PHONETYPE_VOIP= 6;static const int PHONETYPE_PRIVATE= 7;static const int PHONETYPE_COUNTRY= 10;MesiboPhoneContact({super.profile,super.name,super.phoneNumber,super.nationalNumber,super.formattedPhoneNumber,super.country,super.countryIsoCode,required super.countryPhoneCode,required super.type,required super.valid,required super.possiblyValid,}
);