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