connection property

DriverAdapter? get connection
inherited

The driver/connection associated with this model, if any.

Implementation

DriverAdapter? get connection => connectionResolver?.driver;