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