force method

  1. @override
T force()
override

Lazily evaluates the function passed into the constructor. Equivalent to call but more explicit.

Implementation

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