load property

Future<FontFace> Function() get load

Implementation

_i2.Future<_i3.FontFace> Function() get load =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'load',
          ),
          r'call',
          [this],
        ));
set load (Future<FontFace> value())

Implementation

set load(_i2.Future<_i3.FontFace> Function() value) {
  _i4.setProperty(
    this,
    'load',
    _i4.allowInterop(value),
  );
}