isParentLastChild property

bool get isParentLastChild

Implementation

bool get isParentLastChild => _node.parent!.children.last == _el;