allAppVersions property

List<AppVersion> allAppVersions

Returns all the apps as a List of AppVersion.

Implementation

List<AppVersion> get allAppVersions => _appVersions.values.toList();