menu
get package
documentation
get_state_manager/src/rx_flutter/rx_notifier.dart
StatusDataExt<T>
isCustom property
isCustom property
dark_mode
light_mode
isCustom
property
bool
get
isCustom
Implementation
bool get isCustom => !isLoading && !isSuccess && !isError && !isEmpty;
get package
documentation
get_state_manager/src/rx_flutter/rx_notifier
StatusDataExt<T>
isCustom property
StatusDataExt extension on
GetStatus
<
T
>