AppBundle constructor

AppBundle({
  1. FileReference? bundleLocation,
})

Implementation

AppBundle({
  this.bundleLocation,
});