fromDartSessionsListVersionToGraphQLSessionsListVersion function

String fromDartSessionsListVersionToGraphQLSessionsListVersion(
  1. SessionsListVersion v
)

Implementation

String fromDartSessionsListVersionToGraphQLSessionsListVersion(
  SessionsListVersion v,
) => v.toString();