ListCommentsResponse constructor
ListCommentsResponse({
- required String ok,
- required ListCommentsData data,
Implementation
ListCommentsResponse({required this.ok, required this.data});