queries property

List<String>? queries
getter/setter pair

A list of arbitrary SQL statements that will be executed without alteration.

Implementation

core.List<core.String>? queries;