| commit | c4d667886b3cdfa8f39b0f0f4400419156c2a7ff | [log] [tgz] |
|---|---|---|
| author | pq <pquitslund@gmail.com> | Mon Nov 09 14:39:12 2020 -0800 |
| committer | pq <pquitslund@gmail.com> | Mon Nov 09 14:39:12 2020 -0800 |
| tree | 7a19bc4d2258cc06d21c087091dc51fd92265133 | |
| parent | a369529f484953f0a9068d7557f726db0ef074cd [diff] |
fix suffix
diff --git a/pkgs/yaml/lib/src/token.dart b/pkgs/yaml/lib/src/token.dart index 447e979..711950c 100644 --- a/pkgs/yaml/lib/src/token.dart +++ b/pkgs/yaml/lib/src/token.dart
@@ -95,8 +95,8 @@ /// The tag handle for named tags. final String? handle; - /// The tag suffix, or `null`. - final String? suffix; + /// The tag suffix. + final String suffix; TagToken(this.span, this.handle, this.suffix);