caseClause property

  1. @experimental
CaseClause? caseClause

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

Implementation

@experimental
CaseClause? get caseClause;