DigiaUIStatus.error constructor
const
DigiaUIStatus.error(
- Object error, [
- StackTrace? stackTrace
Creates an error status with error details and optional stack trace
Implementation
const DigiaUIStatus.error(Object error, [StackTrace? stackTrace])
: this._(state: DigiaUIState.error, error: error, stackTrace: stackTrace);