menu
levit_dart package
documentation
levit_dart.dart
LxStatus<T>
hasValue property
hasValue property
dark_mode
light_mode
hasValue
property
bool
get
hasValue
Returns
true
if the status is
LxSuccess
.
Implementation
bool get hasValue => this is LxSuccess<T>;
levit_dart package
documentation
levit_dart
LxStatus<T>
hasValue property
LxStatus class