isSubTypeOf2<S, T> function

bool isSubTypeOf2<S, T>()

Implementation

bool isSubTypeOf2<S, T>() => <S>[] is T;