InputStoryContent.fromJson constructor

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

Creates an instance of InputStoryContent from JSON data

Implementation

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