url property

(FutureOr<String> Function()?) url
final

A function that returns the URL of the GraphQL server. Will be used to create the WebSocketChannel.

Implementation

final FutureOr<String> Function()? url;