RqlCompileError constructor
RqlCompileError(
- String message,
- dynamic term,
- dynamic frames
Implementation
RqlCompileError(String message, term, frames) : super(message, term, frames);