to method

CSSUnitValue to(
  1. String unit
)

Implementation

CSSUnitValue to(String unit) => js_util.callMethod(this, 'to', [unit]);