createViewStmt property

  1. @override
String createViewStmt
final

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

@override
final String createViewStmt;