isConnected property

  1. @override
bool isConnected

Whether the connection is established.

Implementation

@override
bool get isConnected => db != null;