historizeRW method

  1. @override
ReWritableHistorizedValuable<Output> historizeRW()
override

Build an ReWritableHistorizedValuable based on this Valuable

Implementation

@override
ReWritableHistorizedValuable<Output> historizeRW() =>
    ReWritableHistorizedValuable<Output>(this);