allSQLs property

  1. @override
Iterable<SQL> allSQLs
override

Returns all wrapped SQLs.

Implementation

@override
Iterable<SQL> get allSQLs => [this];