InterceptorNextResult<T> constructor

InterceptorNextResult<T>(
  1. T? value
)

Implementation

InterceptorNextResult(super.value);