StoryArea constructor
StoryArea({
- StoryAreaPosition? position,
- StoryAreaType? type,
Implementation
StoryArea({this.position, this.type});
StoryArea({this.position, this.type});