hubbleScreenState property

HubbleScreenState get hubbleScreenState

Implementation

HubbleScreenState get hubbleScreenState {
  return HubbleScreenState(
    queryParams: uri.queryParameters,
    params: pathParameters,
    extra: extra,
  );
}