canMove property

bool get canMove

Implementation

bool get canMove =>
    (element?.isPoint ?? true) && (element?.isMember != IsMember.way);