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