empty static method

DurationDataScheme empty()
override

create DurationDataScheme Empty

Implementation

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