isMain property

bool isMain

Returns whether PlutoRow is the top position.

Implementation

bool get isMain => parent == null;