Pattern constructor
const
Pattern({})
Implementation
const Pattern({
required this.id,
required this.description,
required this.involvedConceptIds,
required this.confidence,
this.occurrenceCount = 1,
});
const Pattern({
required this.id,
required this.description,
required this.involvedConceptIds,
required this.confidence,
this.occurrenceCount = 1,
});