to property

CSSUnitValue Function(String) get to

Implementation

_i3.CSSUnitValue Function(_i2.String) get to =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'to',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set to (CSSUnitValue value(String))

Implementation

set to(_i3.CSSUnitValue Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'to',
    _i4.allowInterop(value),
  );
}