EffectiveCommentVoteOp.fromJson constructor

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

Implementation

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