GeneratedDatabase.connect constructor

GeneratedDatabase.connect(
  1. DatabaseConnection connection
)

Used by generated code to connect to a database that is already open.

Implementation

GeneratedDatabase.connect(super.connection) : super.fromConnection() {
  _whenConstructed();
}