We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02dcdf commit fb2c5c0Copy full SHA for fb2c5c0
test/basic_checks.dart
@@ -0,0 +1,6 @@
1
+import 'package:checks/checks.dart';
2
+import 'package:zulip/basic.dart';
3
+
4
+extension OptionSomeChecks<T> on Subject<OptionSome<T>> {
5
+ Subject<T> get value => has((x) => x.value, 'value');
6
+}
0 commit comments