toList method

List<Operation> toList()

Returns list of operations in this delta.

Implementation

List<Operation> toList() => new List.from(_operations);