throwFunction0 function

Map0<Never> throwFunction0(
  1. Object throwable
)

Throwing function with 0 positional arguments.

Implementation

Map0<Never> throwFunction0(Object throwable) => () => throw throwable;