JSAnyToFutureOr extension

Conversions from JSAny to FutureOr.

on
Annotations
  • @Since.new('3.14')

Properties

toDartFutureOr FutureOr<JSAny?>

Available on JSAny?, provided by the JSAnyToFutureOr extension

If this is a JSPromise, returns it as a Future.
no setter