CSSScope constructor
CSSScope({
- required String text,
- SourceRange? range,
- StyleSheetId? styleSheetId,
Implementation
CSSScope({required this.text, this.range, this.styleSheetId});