empty static method

StatisticalGraphAsync empty()
override

create StatisticalGraphAsync Empty

Implementation

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