IfBlock constructor

  1. @Deprecated('Use `If.block` instead.')
IfBlock(
  1. List<Iff> iffs
)

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();