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