menu
fast_app_base package
documentation
common/data/preference/app_preferences.dart
AppPreferences
checkIsNullable<T> static method
checkIsNullable<T> static method
dark_mode
light_mode
checkIsNullable<
T
>
static method
bool
checkIsNullable
<
T
>(
)
Implementation
static bool checkIsNullable<T>() => null is T;
fast_app_base package
documentation
common/data/preference/app_preferences
AppPreferences
checkIsNullable<T> static method
AppPreferences class