force method

T force()

Lazily evaluates the function passed into the constructor.

Implementation

@pragma("vm:prefer-inline")
T force() => call();