fromJsonModel static method

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

Implementation

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