maybeValue<T> method

T? maybeValue<T>()

Find value provided on context

Implementation

T? maybeValue<T>() => ValueProvider.maybeOf<T>(this);