InvalidQueryException constructor

const InvalidQueryException(
  1. String? message,
  2. String? code
)

Implementation

const InvalidQueryException(String? message, String? code)
    : super(message, code);