connection property

DriverAdapter? get connection

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

Implementation

DriverAdapter? get connection => connectionResolver?.driver;