Chromium Code Reviews| Index: utils/pub/yaml/model.dart |
| =================================================================== |
| --- utils/pub/yaml/model.dart (revision 13683) |
| +++ utils/pub/yaml/model.dart (working copy) |
| @@ -118,7 +118,7 @@ |
| * should be specified for a composed scalar, although `null` is a valid |
| * value. |
| */ |
| - _ScalarNode(String tagName, [String content, this.value]) |
| + _ScalarNode(String tagName, {String content, this.value}) |
| : _content = content, |
| super(new _Tag.scalar(tagName)); |