rows property

List<List<Expr>>? rows
final

Either rows or select is non-null. When select is set, the values for each inserted row come from running it as a subquery.

Implementation

final List<List<Expr>>? rows;