StoryAreaPosition.fromJson constructor
Creates a new StoryAreaPosition object from a JSON Map.
Implementation
factory StoryAreaPosition.fromJson(Map<String, dynamic> json) =>
_$StoryAreaPositionFromJson(json);
Creates a new StoryAreaPosition object from a JSON Map.
factory StoryAreaPosition.fromJson(Map<String, dynamic> json) =>
_$StoryAreaPositionFromJson(json);