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