fromJson static method
Implementation
static StoryContentUnsupported? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const StoryContentUnsupported();
}
static StoryContentUnsupported? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const StoryContentUnsupported();
}