isChild property

bool isChild

Returns true if is a Child block.

Implementation

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