Returns JSON-serializable version of this delta.
List<Map<String, dynamic>> toJson() => toList().map((operation) => operation.toJson()).toList();