BundleArchive constructor

BundleArchive(
  1. int transVersion,
  2. Archive bundleArchive,
  3. bool newRelease
)

Implementation

BundleArchive(this.transVersion, this.bundleArchive, this.newRelease);