fromGraphQLURLToDartUrl function

Url fromGraphQLURLToDartUrl(
  1. String v
)

Implementation

Url fromGraphQLURLToDartUrl(String v) => Url(v);