NeedsGqlRepository constructor Null safety

NeedsGqlRepository(
  1. GraphQLClient graphQLClient,
  2. Logger? logger
)

Implementation

NeedsGqlRepository(this.graphQLClient, this.logger);