btoa property

String Function(String) get btoa

Implementation

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

Implementation

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