hasParticipants property
bool
get
hasParticipants
Whether any selectable fragments are registered with this controller.
Implementation
bool get hasParticipants => _participants.isNotEmpty;
Whether any selectable fragments are registered with this controller.
bool get hasParticipants => _participants.isNotEmpty;