hasTrailing property

bool get hasTrailing

True if the tile has a trailing builder.

Implementation

bool get hasTrailing => trailingBuilder != null;