CSSStyle constructor
CSSStyle({
- int? styleSheetId,
- required List<
CSSProperty> cssProperties, - required List<
ShorthandEntry> shorthandEntries, - String? cssText,
- SourceRange? range,
Implementation
CSSStyle({
this.styleSheetId,
required this.cssProperties,
required this.shorthandEntries,
this.cssText,
this.range,
});