empty static method

CallProblem empty()
override

create CallProblem Empty

Implementation

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