selectedVenue property
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;
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);