Dart
dart:html
Dimension
value property
value
Dimension class
Constructors
cm
css
em
ex
inch
mm
pc
percent
pt
px
Properties
value
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
value property
num
value
Return a unitless, numerical value of this CSS value.
Implementation
num get value => this._value;