Fix Dart 2.17.0 lint

This commit is contained in:
westito 2022-05-12 21:48:22 +02:00
parent 6c439a3a0f
commit 3ffa7f74b7
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ abstract class _BaseExecutor extends QueryExecutor {
final DriftClient client; final DriftClient client;
int? _executorId; int? _executorId;
// ignore: unused_element
_BaseExecutor(this.client, [this._executorId]); _BaseExecutor(this.client, [this._executorId]);
@override @override