isConfigured property
Determines whether a DeviceRegistration has been configured for this client,
which is necessary to start adding StudyRuntimes.
Implementation
bool get isConfigured =>
(deploymentService != null) &&
(deviceController != null) &&
(registration != null);