import 'package:unit2/model/profile/other_information/organization_memberships.dart'; import 'package:unit2/model/profile/other_information/skills_and_hobbies.dart'; class OtherInformation{ List skillsAndHobbies; ListorgMemberships; OtherInformation({required this.skillsAndHobbies, required this.orgMemberships}); }