AppInfo constructor

AppInfo({
  1. String versionName = '',
  2. String versionCode = '',
  3. String packageName = '',
})

Implementation

AppInfo({this.versionName = '', this.versionCode = '', this.packageName = ''});