PrereqGapParseResult constructor

const PrereqGapParseResult({
  1. required String cleanedText,
  2. required List<String> concepts,
})

Implementation

const PrereqGapParseResult({
  required this.cleanedText,
  required this.concepts,
});