Creates a new StoryArea object from a JSON Map.
factory StoryArea.fromJson(Map<String, dynamic> json) => _$StoryAreaFromJson(json);