StoryArea.fromJson constructor

StoryArea.fromJson(
  1. Map<String, dynamic> json
)

Creates a new StoryArea object from a JSON Map.

Implementation

factory StoryArea.fromJson(Map<String, dynamic> json) =>
    _$StoryAreaFromJson(json);