createViewStmt property

String? createViewStmt

The CREATE VIEW sql statement that can be used to create this view.

This will be null if the view was defined in Dart.

Implementation

String? get createViewStmt;