inputStoryAreaTypeFoundVenue property
An area pointing to a venue found by the bot getOption("venue_search_bot_username")
Implementation
InputStoryAreaTypeFoundVenue? get inputStoryAreaTypeFoundVenue {
if (this is InputStoryAreaTypeFoundVenue) {
return this as InputStoryAreaTypeFoundVenue;
}
return null;
}