mESIBOFLuTTERClAss constructor

mESIBOFLuTTERClAss({
  1. required int mid,
  2. required int status,
  3. String? title,
  4. String? subtitle,
  5. String? footer,
  6. String? message,
  7. String? filePath,
  8. required int fileType,
  9. required double latitude,
  10. required double longitude,
  11. MesiboProfileFlutter? profile,
  12. MesiboProfileFlutter? groupProfile,
})

Implementation

result[7] as String?,selfProfile: result[8]! as bool,);}}class mESIBOFLuTTERClAss{mESIBOFLuTTERClAss({required this.mid,required this.status,this.title,this.subtitle,this.footer,this.message,this.filePath,required this.fileType,required this.latitude,required this.longitude,this.profile,this.groupProfile,}
   );