fromJsonModel static method

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

Implementation

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