Memoized<V> constructor

Memoized<V>(
  1. V _computation()
)

Implementation

Memoized(this._computation);