CheermotesResponse constructor

CheermotesResponse({
  1. required List<CheermotesResponseData> data,
})

Implementation

CheermotesResponse({
  required this.data,
});