isChild property

bool get isChild

Returns true if is a Child block.

Implementation

bool get isChild => this.type == BlockTypes.Child;