memo property

Memoized<V> memo

Returns a Memoized instance wrapping around this function.

Implementation

Memoized<V> get memo => Memoized(this);