parse property

num Function(String) get parse

Implementation

_i2.num Function(_i2.String) get parse => (_i2.String p0) => _i6.callMethod(
      _i6.getProperty(
        this,
        'parse',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set parse (num value(String))

Implementation

set parse(_i2.num Function(_i2.String) value) {
  _i6.setProperty(
    this,
    'parse',
    _i6.allowInterop(value),
  );
}