If constructor
- Logic condition,
- {List<
Conditional> ? then, - List<
Conditional> ? orElse}
If condition
is high, then then
executes, otherwise orElse
is
executed.
Implementation
If
If condition
is high, then then
executes, otherwise orElse
is
executed.
If