diff --git a/lib/change_detection/watch_group.dart b/lib/change_detection/watch_group.dart index 452183d0b..b3261fb11 100644 --- a/lib/change_detection/watch_group.dart +++ b/lib/change_detection/watch_group.dart @@ -702,7 +702,7 @@ class _InvokeHandler extends _Handler implements _ArgHandlerList { } -class _EvalWatchRecord implements WatchRecord<_Handler>, Record<_Handler> { +class _EvalWatchRecord implements WatchRecord<_Handler> { static const int _MODE_INVALID_ = -2; static const int _MODE_DELETED_ = -1; static const int _MODE_MARKER_ = 0;