Chromium Code Reviews| Index: sdk/lib/core/bool.dart |
| diff --git a/sdk/lib/core/bool.dart b/sdk/lib/core/bool.dart |
| index d1f31d760f68caad1467b29d32cf0541f543298f..d9f87e9132a139ffdc77e1e3a4d6fc5c1d43103b 100644 |
| --- a/sdk/lib/core/bool.dart |
| +++ b/sdk/lib/core/bool.dart |
| @@ -41,6 +41,9 @@ class bool { |
| external const factory bool.fromEnvironment(String name, |
| {bool defaultValue: false}); |
| + // TODO: Doc comment please. |
|
Lasse Reichstein Nielsen
2016/12/08 12:25:32
Shouldn't be necessary. It satisfies the requireme
Kevin Millikin (Google)
2016/12/09 08:38:59
Done.
|
| + external int get hashCode; |
| + |
| /** |
| * Returns [:"true":] if the receiver is [:true:], or [:"false":] if the |
| * receiver is [:false:]. |