FutureOrToNullableJSAny<T extends JSAny?> extension

Conversions from FutureOr with a nullable value to JSAny.

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

Properties

toJSPromiseOrValue JSAny?

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

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