CalendarGqlRepository constructor Null safety

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

Implementation

CalendarGqlRepository(this.graphQLClient, this.logger);