AIInferenceError constructor
const
AIInferenceError(
- String message, [
- StackTrace? originalStackTrace
Constructs an AIInferenceError.
Implementation
const AIInferenceError(this.message, [this.originalStackTrace]);