From 3ffa7f74b7aa8452ea641524af02b0d905b0bf7a Mon Sep 17 00:00:00 2001 From: westito Date: Thu, 12 May 2022 21:48:22 +0200 Subject: [PATCH] Fix Dart 2.17.0 lint --- drift/lib/src/remote/client_impl.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/drift/lib/src/remote/client_impl.dart b/drift/lib/src/remote/client_impl.dart index c0cfa4a6..e96e93aa 100644 --- a/drift/lib/src/remote/client_impl.dart +++ b/drift/lib/src/remote/client_impl.dart @@ -55,6 +55,7 @@ abstract class _BaseExecutor extends QueryExecutor { final DriftClient client; int? _executorId; + // ignore: unused_element _BaseExecutor(this.client, [this._executorId]); @override