hasError property

bool get hasError

Returns true if initialization failed with an error

Implementation

bool get hasError => state == DigiaUIState.error;