RqlError constructor
RqlError(
- String message,
- dynamic term,
- dynamic frames
Implementation
RqlError(this.message, this.term, this.frames);
RqlError(this.message, this.term, this.frames);