isNone property

bool get isNone

Returns true if is none block.

Implementation

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