mEsIbOfluTterCLass constructor

mEsIbOfluTterCLass({
  1. MesiboProfileFlutter? profile,
  2. String? name,
  3. String? phoneNumber,
  4. String? nationalNumber,
  5. String? formattedPhoneNumber,
  6. String? country,
  7. String? countryIsoCode,
  8. required int countryPhoneCode,
  9. required int type,
  10. required bool valid,
  11. required bool possiblyValid,
})

Implementation

}class mEsIbOfluTterCLass{mEsIbOfluTterCLass({this.profile,this.name,this.phoneNumber,this.nationalNumber,this.formattedPhoneNumber,this.country,this.countryIsoCode,required this.countryPhoneCode,required this.type,required this.valid,required this.possiblyValid,}
    );