QueryException<T>.transport constructor Null safety

QueryException<T>.transport(
  1. String? message,
  2. {T? underlyingException}
)

Implementation

QueryException.transport(this.message, {this.underlyingException})
    : event = QueryExceptionEvent.transport,
      offendingItems = null;