QueryException<T>.input constructor Null safety

QueryException<T>.input(
  1. String? message,
  2. List<String>? offendingItems,
  3. {T? underlyingException}
)

Implementation

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