IfBlock constructor
- @Deprecated('Use `If.block` instead.')
Checks the conditions for iffs
in order and executes the first one
whose condition is enabled.
Implementation
@Deprecated('Use `If.block` instead.')
IfBlock(super.iffs) : super.block();
Checks the conditions for iffs
in order and executes the first one
whose condition is enabled.
@Deprecated('Use `If.block` instead.')
IfBlock(super.iffs) : super.block();