toBuilder method

HistoryBuilder<T> toBuilder()

Implementation

HistoryBuilder<T> toBuilder() => HistoryBuilder(root, entries);