KuzzleError constructor
KuzzleError([
- String? id,
- String? message,
- int? status,
- StackTrace? _stack,
Implementation
KuzzleError([this.id, this.message, this.status, StackTrace? _stack])
: stack = _stack ?? StackTrace.current;