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

null,groupProfile: result[3]!= null? MesiboProfileFlutter.decode(result[3]! as List<Object?>): null,);}}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,}
   );