Info constructor
Info({
- List<
ManageProfile> ? manageProfile,
Implementation
Info({
List<ManageProfile>? manageProfile,}){
_manageProfile = manageProfile;
}
Info({
List<ManageProfile>? manageProfile,}){
_manageProfile = manageProfile;
}