fromDartSessionVersionToGraphQLSessionVersion function

String fromDartSessionVersionToGraphQLSessionVersion(
  1. SessionVersion v
)

Implementation

String fromDartSessionVersionToGraphQLSessionVersion(SessionVersion v) =>
    v.toString();