AppInfo constructor

AppInfo({
  1. String appVersion = "0",
})

Implementation

AppInfo({
  this.appVersion = "0",
});