Delta.fromOperations constructor

Delta.fromOperations(
  1. List<Operation> operations
)

Creates new Delta from a List of Operation

Implementation

factory Delta.fromOperations(List<Operation> operations) =>
    Delta._(operations.toList());