empty static method

OptionValueInteger empty()
override

create OptionValueInteger Empty

Implementation

static OptionValueInteger empty() {
  return OptionValueInteger({});
}