StoryArea constructor

StoryArea({
  1. StoryAreaPosition? position,
  2. StoryAreaType? type,
})

Implementation

StoryArea({this.position, this.type});