typeEquality<T1, T2> function
Returns true if T1
and T2
are the same type.
Implementation
bool typeEquality<T1, T2>() => T1 == T2;
Returns true if T1
and T2
are the same type.
bool typeEquality<T1, T2>() => T1 == T2;