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