AppList constructor

AppList({
  1. String? firstTime,
  2. String? lastTime,
  3. String? name,
  4. String? packageName,
  5. String? versionCode,
  6. String? systemApp,
})

Implementation

AppList(
    {this.firstTime,
    this.lastTime,
    this.name,
    this.packageName,
    this.versionCode,
    this.systemApp});