historize method

  1. @override
HistorizedStatefulValuable<Output> historize()
override

Build an HistorizedValuable based on this Valuable

Implementation

@override
HistorizedStatefulValuable<Output> historize() =>
    HistorizedStatefulValuable<Output>(this);