isBounded<Type, Bound> function

bool isBounded<Type, Bound>()

Implementation

bool isBounded<Type, Bound>() => _Type<Type>() is _Type<Bound>;