Info constructor

Info({
  1. List<ManageProfile>? manageProfile,
})

Implementation

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