InterceptorStopResult<T> constructor

InterceptorStopResult<T>(
  1. T? value
)

Implementation

InterceptorStopResult(super.value);