fromJsonModel static method

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

Implementation

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