storyAreaTypeLocation property

StoryAreaTypeLocation? storyAreaTypeLocation

An area pointing to a location

Implementation

StoryAreaTypeLocation? get storyAreaTypeLocation {
  if (this is StoryAreaTypeLocation) {
    return this as StoryAreaTypeLocation;
  }
  return null;
}