KIsolateException constructor

const KIsolateException(
  1. String message, [
  2. StackTrace? stackTrace
])

Implementation

const KIsolateException(this.message, [this.stackTrace]);