parse property

CSSNumericValue Function(String) get parse

Implementation

static _i3.CSSNumericValue Function(_i2.String) get parse =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            _i8.target95,
            'parse',
          ),
          r'call',
          [
            _i8.target95,
            p0,
          ],
        );
set parse (CSSNumericValue value(String))

Implementation

static set parse(_i3.CSSNumericValue Function(_i2.String) value) {
  _i4.setProperty(
    _i8.target95,
    'parse',
    _i4.allowInterop(value),
  );
}