@override bool isClosedImpl() { final nativeConnection = this.nativeConnection; return nativeConnection is PostgreSQLConnection && nativeConnection.isClosed; }