storyAreaTypeVenue property
An area pointing to a venue
Implementation
StoryAreaTypeVenue? get storyAreaTypeVenue {
if (this is StoryAreaTypeVenue) {
return this as StoryAreaTypeVenue;
}
return null;
}
An area pointing to a venue
StoryAreaTypeVenue? get storyAreaTypeVenue {
if (this is StoryAreaTypeVenue) {
return this as StoryAreaTypeVenue;
}
return null;
}