menu
manifold package
documentation
util/type_utils.dart
typeMatches<T> function
typeMatches<T> function
dark_mode
light_mode
typeMatches<
T
>
function
bool
typeMatches
<
T
>(
Type
t
)
Implementation
bool typeMatches<T>(Type t) => t == T || t == getNullishType<T>();
manifold package
documentation
util/type_utils
typeMatches<T> function
type_utils library