configureFrom method
Configure from another service
which has already been configured.
Implementation
void configureFrom(CarpBaseService service) {
_app = service.app;
study = service.study;
}
Configure from another service
which has already been configured.
void configureFrom(CarpBaseService service) {
_app = service.app;
study = service.study;
}