AppBundle constructor

AppBundle({
  1. ApkSplits? apks,
  2. FileReference? bundleLocation,
})

Implementation

AppBundle({this.apks, this.bundleLocation});