Map<String, String> toMap() { return Map.fromEntries(_operations.entries .map((entry) => MapEntry(entry.key, entry.value.toRawString()))); }