inputStoryAreaTypePreviousVenue property
An area pointing to a venue already added to the story
Implementation
InputStoryAreaTypePreviousVenue? get inputStoryAreaTypePreviousVenue {
  if (this is InputStoryAreaTypePreviousVenue) {
    return this as InputStoryAreaTypePreviousVenue;
  }
  return null;
}