selectedVenue property

Venue? selectedVenue

The selected venue or null if no venue is selected. Use null to deselect the venue. Gets the currently selected Venue.

Implementation

Venue? get selectedVenue;
void selectedVenue=(Venue? value)

The selected venue or null if no venue is selected. Use null to deselect the venue. Sets the selected Venue.

Implementation

set selectedVenue(Venue? value);