caseClause property

  1. @override
CaseClauseImpl? caseClause
final

Return the case clause used to match a pattern against the condition.

Implementation

@override
final CaseClauseImpl? caseClause;