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