versions property

List<Version> get versions

Implementation

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