hasDefaultValue abstract method

bool hasDefaultValue(
  1. String fieldName
)

Checks if a field has a default value.

Parameters:

  • fieldName: The field name to check

Returns:

  • true if the field has a declared default
  • false if the value was user-provided

Implementation

bool hasDefaultValue(String fieldName);