getDefaultValue abstract method
Gets the default value of a field.
Parameters:
fieldName
: The field name to retrieve
Returns:
- The field's default value
null
if no default exists
See also:
- hasDefaultValue to check for defaults
Implementation
dynamic getDefaultValue(String fieldName);