menu
jetx package
documentation
jet_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;
jetx package
documentation
jet_state_manager/src/rx_flutter/rx_notifier
StatusDataExt<T>
isCustom property
StatusDataExt extension on
GetStatus
<
T
>