CommentBlog.fromJson constructor
CommentBlog.fromJson(
- Map json_
Implementation
CommentBlog.fromJson(core.Map json_) : this(id: json_['id'] as core.String?);
CommentBlog.fromJson(core.Map json_) : this(id: json_['id'] as core.String?);