copyWith method
Implementation
Info copyWith({ List<ManageProfile>? manageProfile,
}) => Info( manageProfile: manageProfile ?? _manageProfile,
);
Info copyWith({ List<ManageProfile>? manageProfile,
}) => Info( manageProfile: manageProfile ?? _manageProfile,
);