Whether or not a field is locked and should not be cleared on export.
bool isLocked(Field field) { return _lockNotifiersByField[field]!.value; }