public operator in(name as String) as Boolean:
Tests whether a field exists.
name
true when the field exists.
true
assert "id" in LogFields({"id": 1})