csslib package
documentation
visitor
ExTerm
ExTerm constructor
ExTerm
ExTerm
constructor
Null safety
ExTerm
(
dynamic
value
,
String
t
,
SourceSpan
?
span
)
Implementation
ExTerm(value, String t, SourceSpan? span) : super(value, t, span);
csslib package
documentation
visitor
ExTerm
ExTerm constructor
ExTerm class
Constructors
ExTerm
Properties
hashCode
runtimeType
span
text
value
Methods
clone
noSuchMethod
toDebugString
toString
visit
Operators
operator ==