isToogle property

bool isToogle

Returns true if is a Toogle block.

Implementation

bool get isToogle => this.type == BlockTypes.Toggle;