getAuthorAsync property

Future<BaseUser?> Function() get getAuthorAsync

Implementation

_i2.Future<_i3.BaseUser?> Function() get getAuthorAsync =>
    () => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'getAuthorAsync',
          ),
          r'call',
          [this],
        ));
set getAuthorAsync (Future<BaseUser?> value())

Implementation

set getAuthorAsync(_i2.Future<_i3.BaseUser?> Function() value) {
  _i5.setProperty(
    this,
    'getAuthorAsync',
    _i5.allowInterop(value),
  );
}