OpenApiGetCheermotesResponse constructor

OpenApiGetCheermotesResponse({
  1. int? status,
  2. String? message,
  3. String? pagination,
  4. List<CheermoteData> cheermoteDataList = const [],
})

Implementation

OpenApiGetCheermotesResponse({
  int? status,
  String? message,
  this.pagination,
  this.cheermoteDataList = const [],
});