Check if this struct has the key in its own _fields
bool containsKey(String? id) { return _fields.containsKey(id); }