menu
token_parser package
documentation
utils/type.dart
isExactType<TypeA, TypeB> function
isExactType<TypeA, TypeB> function
dark_mode
light_mode
isExactType<
TypeA
,
TypeB
>
function
bool
isExactType
<
TypeA
,
TypeB
>(
)
Implementation
bool isExactType<TypeA, TypeB>() => TypeA == TypeB;
token_parser package
documentation
utils/type
isExactType<TypeA, TypeB> function
type library