allowExtra method

JarObject allowExtra()

Implementation

JarObject allowExtra() {
  _allowExtra = true;
  return self;
}