isParentFirstChild property

bool get isParentFirstChild

Implementation

bool get isParentFirstChild => _node.parent!.children.first == _el;