type<P> method

  1. @override
Nothing<P> type<P>()
override

Narrows the type to P if the value is present and has actually the type of P.

Implementation

@override
Nothing<P> type<P>() => Nothing();