withoutContext constant

GetExecutableType const withoutContext

throw a StateError when resolution is attempted without a context passed down

Implementation

static const withoutContext = GetExecutableType(
  TypeResolver.withoutContext,
  _fragmentWithoutContext,
);