bundleFormat static method

InternalException<Archive> bundleFormat({
  1. required Archive param,
})

Implementation

static InternalException<Archive> bundleFormat({
  required Archive param,
}) =>
    InternalException(
      code: bundleFormatError,
      param: param,
    );