controller property

GetRootState controller

Implementation

static GetRootState get controller {
  if (_controller == null) {
    throw Exception('GetRoot is not part of the three');
  } else {
    return _controller!;
  }
}