QueryException<T> constructor
Null safety
- QueryExceptionEvent? event,
- {String? message,
- T? underlyingException,
- List<
String> ? offendingItems}
Implementation
QueryException(this.event,
{this.message, this.underlyingException, this.offendingItems});