storyAreaTypeLocation property
An area pointing to a location
Implementation
StoryAreaTypeLocation? get storyAreaTypeLocation {
if (this is StoryAreaTypeLocation) {
return this as StoryAreaTypeLocation;
}
return null;
}
An area pointing to a location
StoryAreaTypeLocation? get storyAreaTypeLocation {
if (this is StoryAreaTypeLocation) {
return this as StoryAreaTypeLocation;
}
return null;
}