| Index: pkg/observe/lib/src/change_notifier.dart
|
| diff --git a/pkg/observe/lib/src/change_notifier.dart b/pkg/observe/lib/src/change_notifier.dart
|
| index de0393a4cc95e58c3b964d88e534c5661c21b667..5e08f33f1091750e40c1ae166bdaa6f782003f67 100644
|
| --- a/pkg/observe/lib/src/change_notifier.dart
|
| +++ b/pkg/observe/lib/src/change_notifier.dart
|
| @@ -11,7 +11,7 @@ part of observe;
|
| * When a field, property, or indexable item is changed, a derived class should
|
| * call [notifyPropertyChange]. See that method for an example.
|
| */
|
| -typedef ChangeNotifierBase = Object with ChangeNotifierMixin;
|
| +class ChangeNotifierBase = Object with ChangeNotifierMixin;
|
|
|
| /**
|
| * Mixin implementing [Observable] object that performs its own change
|
|
|