hasDefaultValue method

bool hasDefaultValue()

Implementation

bool hasDefaultValue() {
  return defaultValue != null;
}