packageList property

List<Package> packageList

List of packages that are in pubspec.yaml as List.

Implementation

List<Package> get packageList =>
    Packages.fromJson(packageListString.jsonDecode).packages ?? [];