SourceFile.fromString constructor Null safety
- String text,
- {dynamic url}
Creates a new source file from text
.
Implementation
SourceFile.fromString(String text, {url})
: this.decoded(text.codeUnits, url: url);
Creates a new source file from text
.
SourceFile.fromString(String text, {url})
: this.decoded(text.codeUnits, url: url);