SwitchCase(Object? value, {required Object? then}) : value = normalizeExpression(value), thenActions = normalizeActionSequence(then, parameterName: 'then');