AccessDetermined constructor
AccessDetermined(
- List<
DeterminedApp> apps, - Map<
String, PagesAndDialogAccesss> accesses, { - AppModel? playstoreApp,
- bool? isProcessing,
- String? tempMessage,
- int? newForceRefresh,
Implementation
AccessDetermined(
this.apps,
this.accesses, {
this.playstoreApp,
this.isProcessing,
this.tempMessage,
int? newForceRefresh,
}) : forceRefresh = newForceRefresh ?? 0;