toJson method

List toJson()

Returns JSON-serializable version of this delta.

Implementation

List toJson() => toList().map((operation) => operation.toJson()).toList();