| Index: lib/boolean_selector.dart
|
| diff --git a/lib/boolean_selector.dart b/lib/boolean_selector.dart
|
| index 92eedbda5159f7e81168194e9e4875b8d9b84ddb..790740fbfe8fccedd32145d776d0c306276b393d 100644
|
| --- a/lib/boolean_selector.dart
|
| +++ b/lib/boolean_selector.dart
|
| @@ -15,6 +15,9 @@ import 'src/none.dart';
|
| /// operations. See [the README][] for full details.
|
| ///
|
| /// [the README]: https://github.com/dart-lang/boolean_selector/blob/master/README.md
|
| +///
|
| +/// Boolean selectors support structural equality. Two selectors that have the
|
| +/// same parsed structure are considered equal.
|
| abstract class BooleanSelector {
|
| /// A selector that accepts all inputs.
|
| static const all = const All();
|
|
|