Returns a JSON representation of this.
@override Map<String, Object?> toJson() => { 'runtimeType': 'With', 'recursive': recursive, 'cte-tables': cteTables.map((e) => e.toJson()).toList(), };