mounted property

bool get mounted

当前节点是否处于挂载中,当一个节点对象已经挂载,就不能再继续插入, 除非先解除当前关联,才可以将节点重新插入到链表中

Implementation

bool get mounted => _list != null;