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