empty static method

StatisticalGraphError empty()
override

create StatisticalGraphError Empty

Implementation

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