fromJson static method
Inherited by: StoryListArchive StoryListMain
Implementation
static StoryListMain? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const StoryListMain();
}
Inherited by: StoryListArchive StoryListMain
static StoryListMain? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const StoryListMain();
}