contextAs<T> method

T? contextAs<T>()

Implementation

T? contextAs<T>() => context.as<T>();