String defaultValue

Source

String get defaultValue {
  if (!hasDefaultValue) return null;
  return _parameter.defaultValueCode;
}