fromDartListSessionVersionToGraphQLListSessionVersion function
Implementation
List<String> fromDartListSessionVersionToGraphQLListSessionVersion(
List<SessionVersion> v,
) => v.map((e) => fromDartSessionVersionToGraphQLSessionVersion(e)).toList();