Else method

dynamic Else(
  1. List<Block> blocks
)

Implementation

Else(List<Block> blocks) {
    _else = blocks;
    return this;
}