MalformedQueryException constructor

MalformedQueryException({
  1. String? type,
  2. String? message,
})

Implementation

MalformedQueryException({String? type, String? message})
    : super(type: type, code: 'MalformedQueryException', message: message);