StoryListMain.fromJson constructor

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

Parse from a json

Implementation

factory StoryListMain.fromJson(Map<String, dynamic> json) =>
    const StoryListMain();