hasError property
bool
get
hasError
Returns true if initialization failed with an error
Implementation
bool get hasError => state == DigiaUIState.error;
Returns true if initialization failed with an error
bool get hasError => state == DigiaUIState.error;