empty static method

OptionValue empty()
override

create OptionValue Empty

Implementation

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