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