commands property Null safety
read / write
A list of commands generated by operations performed on this builder.
If store is non-null, these commands will be SQL commands that upgrade inputSchema to schema as determined by store. If store is null, these commands are ;-terminated Dart expressions that replicate the methods to call on this object to upgrade inputSchema to schema.
Implementation
List<String> commands = [];