menu
csslib package
documentation
visitor.dart
LiteralTerm
LiteralTerm constructor
LiteralTerm constructor
dark_mode
light_mode
LiteralTerm
constructor
LiteralTerm
(
Object
value
,
String
text
,
SourceSpan?
span
)
Implementation
LiteralTerm(this.value, this.text, SourceSpan? span) : super(span);
csslib package
documentation
visitor
LiteralTerm
LiteralTerm constructor
LiteralTerm class