MesiboProfile constructor

MesiboProfile({
  1. String? address,
  2. required int groupId,
  3. required int uid,
  4. String? status,
  5. String? name,
  6. String? imageUrl,
  7. String? imagePath,
  8. String? thumbnailPath,
  9. required bool selfProfile,
})

Implementation

class MesiboProfile extends MesiboProfileFlutter{MesiboProfile({super.address,required super.groupId,required super.uid,super.status,super.name,super.imageUrl,super.imagePath,super.thumbnailPath,required super.selfProfile,}
       );