isExactType<TypeA, TypeB> function

bool isExactType<TypeA, TypeB>()

Implementation

bool isExactType<TypeA, TypeB>() => TypeA == TypeB;