DartpolloClient.fromLink constructor

DartpolloClient.fromLink(
  1. Link _link
)

Create an DartpolloClient from Link.

Implementation

DartpolloClient.fromLink(this._link);