branch property

dynamic branch

If the test expression returns false or null, the falseBranch will be executed. In the other cases, the trueBranch is the one that will be evaluated.

Implementation

dynamic get branch => BranchFunction();