createViewStatements property
The CREATE VIEW
sql statement that can be used to create this view,
depending on the dialect used by the current database.
This will be null if the view was defined in Dart.
Implementation
@override
Map<SqlDialect, String>? get createViewStatements =>
{SqlDialect.sqlite: createViewStmt};