menu
dutato
core/learning/prereq_gap_parser.dart
PrereqGapParseResult
PrereqGapParseResult.new const constructor
PrereqGapParseResult.new
dark_mode
light_mode
description
PrereqGapParseResult
constructor
const
PrereqGapParseResult
(
{
required
String
cleanedText
,
required
List
<
String
>
concepts
,
})
Implementation
const PrereqGapParseResult({ required this.cleanedText, required this.concepts, });
dutato
prereq_gap_parser
PrereqGapParseResult
PrereqGapParseResult.new const constructor
PrereqGapParseResult class