isSubTypeOf<S, T> function

bool isSubTypeOf<S, T>()

Implementation

bool isSubTypeOf<S, T>() => S == T;