isLocked method

bool isLocked(
  1. Field field
)

Whether or not a field is locked and should not be cleared on export.

Implementation

bool isLocked(Field field) {
  return _lockNotifiersByField[field]!.value;
}