empty static method

FactCheck empty()
override

create FactCheck Empty

Implementation

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