Dart
dart:html
CssUnitValue
CssUnitValue factory constructor
CssUnitValue
CssUnitValue class
Constructors
CssUnitValue
Properties
type
unit
value
hashCode
runtimeType
Methods
add
div
mul
noSuchMethod
sub
to
toString
Operators
operator ==
CssUnitValue constructor
CssUnitValue
(
num
value
,
String
unit
)
Implementation
factory CssUnitValue(num value, String unit) { return CssUnitValue._create_1(value, unit); }