App constructor
App({})
Implementation
App(
{this.aid,
this.name,
this.versionCode,
this.version,
this.avatar,
this.url,
this.status,
this.tip,
this.forceUpgrade})
: super();
App(
{this.aid,
this.name,
this.versionCode,
this.version,
this.avatar,
this.url,
this.status,
this.tip,
this.forceUpgrade})
: super();