GetComments.fromJson constructor

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

Implementation

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