StoryAreaPosition.fromJson constructor

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

Creates a new StoryAreaPosition object from a JSON Map.

Implementation

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