UCommentResponse.fromJson constructor

UCommentResponse.fromJson(
  1. String str
)

Implementation

factory UCommentResponse.fromJson(String str) => UCommentResponse.fromMap(json.decode(str));