isNone property
bool
get
isNone
Returns true if is none block.
Implementation
bool get isNone => this.type == BlockTypes.None;
Returns true if is none block.
bool get isNone => this.type == BlockTypes.None;