isNone property

bool isNone

Returns true if is none block.

Implementation

bool get isNone => this.type == BlockTypes.None;