FutureOrToJSAny<T extends JSAny> extension

Conversions from FutureOr with a non-nullable value to JSAny.

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

Properties

toJSPromiseOrValue JSAny

Available on FutureOr<T>, provided by the FutureOrToJSAny extension

Converts this value to a JSPromise or a synchronous value.
no setter