ListCommentsResponse constructor

ListCommentsResponse({
  1. required String ok,
  2. required ListCommentsData data,
})

Implementation

ListCommentsResponse({required this.ok, required this.data});