QueryException constructor

QueryException([
  1. String? cause
])

Implementation

QueryException([
  this.cause,
]);