empty static method

StatisticalValue empty()
override

create StatisticalValue Empty

Implementation

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