configureFrom method

void configureFrom(
  1. CarpBaseService service
)

Configure from another service which has already been configured.

Implementation

void configureFrom(CarpBaseService service) {
  _app = service.app;
  study = service.study;
}