Dart
dart:html
CssKeywordValue
CssKeywordValue factory constructor
CssKeywordValue
Dart
dart:html
CssKeywordValue
CssKeywordValue factory constructor
CssKeywordValue class
Constructors
CssKeywordValue
Properties
value
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
CssKeywordValue constructor
CssKeywordValue
(
String
keyword
)
Implementation
factory CssKeywordValue(String keyword) { return CssKeywordValue._create_1(keyword); }