Delta.from constructor

Delta.from(
  1. Delta other
)

Creates new Delta from other.

Implementation

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