caseClause property Null safety
Return the case
clause used to match a pattern against the condition.
Implementation
@experimental
CaseClause? get caseClause;
Return the case
clause used to match a pattern against the condition.
@experimental
CaseClause? get caseClause;