fromJsonModel static method

CommentLike fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static CommentLike fromJsonModel(Map<String, dynamic> json) =>
    CommentLike.fromJson(json);