Check if a field is currently set or unset, using the fieldId.
fieldId
bool isSet(int fieldID) { switch (fieldID) { default: throw new ArgumentError("Field $fieldID doesn't exist!"); } }