menu
levit_dart package
documentation
levit_dart.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_dart package
documentation
levit_dart
LxStatus<T>
hasError property
LxStatus class