Represents the default case in a switch-like structure. This case is executed if none of the other cases match.
A flag to indicate that this is the default case.
The function to execute when the default case is selected.
Represents the default case in a switch-like structure. This case is executed if none of the other cases match.