Files
sdk/pkg/meta/lib
pq 9491cafc2f add UseResult.unless({... , this.parameterDefined});
Sample use:

```
@UseResult.unless(parameterDefined: 'count')
Matcher hasCount([int? count]) => Matcher();
```

See: https://github.com/dart-lang/sdk/issues/46727


Change-Id: I507659c09072157d67433f347d1fa6b511a93a7c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/208721
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2021-08-04 14:30:10 +00:00
..
2020-01-02 23:09:17 +00:00
2021-07-03 01:22:45 +00:00