value property
double
get
value
The value of this number.
Note that Sass stores all numbers as doubles even if if this
represents an integer from Sass's perspective. Use isInt to determine
whether this is an integer, asInt to get its integer value, or
assertInt to do both at once.
Implementation
double get value => _value;