Variable StringEditItem._defaultValue

class StringEditItem
{
  // ...
  string _defaultValue;
  // ...
}