withoutParam method

KeyPageInstance withoutParam()

Implementation

KeyPageInstance withoutParam() {
  assert(parameterCount == 0,
      "The page $key was instanced without any parameters. (needed: $parameterCount)");
  return KeyPageInstance(this, []);
}