AppInformation constructor

const AppInformation({
  1. String? appVersion,
  2. String? packageName,
  3. String? buildNumber,
})

Implementation

const AppInformation({
  this.appVersion,
  this.packageName,
  this.buildNumber,
});