hasTrailing property

bool get hasTrailing

Indicates whether the choice list has trailing item

Implementation

bool get hasTrailing => trailingBuilder != null;