versions property

List<Version> versions

Implementation

List<Version> get versions => packages.map((e) => e.currentVersion).toList();