mirror of https://github.com/AMT-Cheif/drift.git
Fix Dart 2.17.0 lint
This commit is contained in:
parent
6c439a3a0f
commit
3ffa7f74b7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue