KIsolateException constructor
const
KIsolateException(
- String message, [
- StackTrace? stackTrace
Implementation
const KIsolateException(this.message, [this.stackTrace]);
const KIsolateException(this.message, [this.stackTrace]);