hasDescendants property
bool
get
hasDescendants
Specifies whether this tile has any descendant tiles.
Implementation
bool get hasDescendants => _hasDescendants;
Specifies whether this tile has any descendant tiles.
bool get hasDescendants => _hasDescendants;