hasCurrent property

bool get hasCurrent

Implementation

static bool get hasCurrent {
  return Zone.current[_requestKey] != null;
}