force method
Lazily evaluates the function passed into the constructor.
Implementation
@override
@pragma("vm:prefer-inline")
T force() => call();
Lazily evaluates the function passed into the constructor.
@override
@pragma("vm:prefer-inline")
T force() => call();