Delta.from constructor

Delta.from(
  1. Delta other
)

Creates new Delta from other.

Implementation

factory Delta.from(Delta other) =>
    Delta._(List<Operation>.from(other.operations));