totalProblemCount constant

String const totalProblemCount

Implementation

static const String totalProblemCount = '''
query getUserProfile {
  allQuestionsCount {
      difficulty
      count
  }
}
''';