Lint: Add override suggestion

This commit is contained in:
Neeraj Gupta 2023-01-05 16:45:24 +05:30
parent 38ab84a710
commit 48622e0f9e
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -5,6 +5,7 @@ class SyncStatusUpdate extends Event {
final int? completed;
final int? total;
final bool wasStopped;
@override
final String reason;
final Error? error;
late int timestamp;