fromGraphQLSessionVersionToDartSessionVersion function

SessionVersion fromGraphQLSessionVersionToDartSessionVersion(
  1. String v
)

Implementation

SessionVersion fromGraphQLSessionVersionToDartSessionVersion(String v) =>
    SessionVersion.parse(v);