EventSubResponse constructor

EventSubResponse({
  1. List<CreateEventSubData>? data,
  2. int? total,
  3. int? totalCost,
  4. int? maxTotalCost,
})

Implementation

EventSubResponse({this.data, this.total, this.totalCost, this.maxTotalCost});