hasDefaultValue abstract method
Checks if a field has a default value.
Parameters:
fieldName: The field name to check
Returns:
trueif the field has a declared defaultfalseif the value was user-provided
Implementation
bool hasDefaultValue(String fieldName);