menu
app_preference package
documentation
app_preference_plugin_utils.dart
isSameType<T1, T2> function
isSameType<T1, T2> function
dark_mode
light_mode
isSameType<
T1
,
T2
>
function
bool
isSameType
<
T1
,
T2
>(
)
Check if two type parameters are the same type.
Implementation
bool isSameType<T1, T2>() => T1 == T2;
app_preference package
documentation
app_preference_plugin_utils
isSameType<T1, T2> function
app_preference_plugin_utils library