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