Use = instead of :
This commit is contained in:
parent
4a655abb84
commit
29d840d7da
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class StringValueContext extends InputValueContext<String> {
|
||||||
final Token STRING;
|
final Token STRING;
|
||||||
final bool isBlockString;
|
final bool isBlockString;
|
||||||
|
|
||||||
StringValueContext(this.STRING, {this.isBlockString: false});
|
StringValueContext(this.STRING, {this.isBlockString = false});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
FileSpan get span => STRING.span;
|
FileSpan get span => STRING.span;
|
||||||
|
|
Loading…
Reference in a new issue