operator / method

CssValue operator /(
  1. num other
)

Returns the result of dividing this value's number by other.

Implementation

CssValue operator /(num other) =>  CssValue(number / other, unit);