AppInstallationList constructor
AppInstallationList({
- required int total,
- required List<
AppInstallation> installations,
Implementation
AppInstallationList({
required this.total,
required this.installations,
});