CountryGqlRepository constructor Null safety

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

Implementation

CountryGqlRepository(this.graphQLClient, this.logger);