isControllerLazy method

bool isControllerLazy(
  1. String name
)

Implementation

bool isControllerLazy(String name) {
  return _controllerRegistry.getControllerHolder(name)?.isLazy ?? false;
}