isInitialized property

bool isInitialized

Implementation

bool get isInitialized {
  return _state == ContainerState.Ready;
}