Variable NumberEditItem._defaultValue

class NumberEditItem
{
  // ...
  int _defaultValue;
  // ...
}