isSubtype<S, T> function

bool isSubtype<S, T>()

Implementation

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