toJson method
Returns JSON-serializable version of this delta.
Implementation
List toJson() => toList().map((operation) => operation.toJson()).toList();
Returns JSON-serializable version of this delta.
List toJson() => toList().map((operation) => operation.toJson()).toList();