AppInfo constructor

const AppInfo(
  1. String appDocPath,
  2. List<String> sessions,
  3. List<FileSystemEntity> logFiles,
  4. List<String> accounts,
)

Implementation

const AppInfo(
  this.appDocPath,
  this.sessions,
  this.logFiles,
  this.accounts,
);