ContentBlogpost.fromJson constructor

ContentBlogpost.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ContentBlogpost.fromJson(Map<String, Object?> json) {
  return ContentBlogpost();
}