empty static method

OptionValueBoolean empty()
override

create OptionValueBoolean Empty

Implementation

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