connection property
DriverAdapter?
get
connection
inherited
The driver/connection associated with this model, if any.
Implementation
DriverAdapter? get connection => connectionResolver?.driver;
The driver/connection associated with this model, if any.
DriverAdapter? get connection => connectionResolver?.driver;