CommentRequest.fromJson constructor

CommentRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CommentRequest.fromJson(Map<String, dynamic> json) =>
    _$CommentRequestFromJson(json);