asAbsolutePath property

String Function(String) asAbsolutePath

Implementation

_i2.String Function(_i2.String) get asAbsolutePath =>
    (_i2.String p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'asAbsolutePath',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void asAbsolutePath=(String value(String))

Implementation

set asAbsolutePath(_i2.String Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'asAbsolutePath',
    _i5.allowInterop(value),
  );
}