BundleInfo constructor

BundleInfo(
  1. String appName,
  2. String appIdentifier,
  3. String version,
  4. String buildNo,
)

Implementation

BundleInfo(this.appName, this.appIdentifier, this.version, this.buildNo);