ResponsesGetAroundSeen constructor

ResponsesGetAroundSeen({
  1. required int plurkId,
  2. bool? minimalData,
  3. bool? minimalUser,
  4. int? count,
})

Implementation

ResponsesGetAroundSeen({
  required this.plurkId,
  this.minimalData,
  this.minimalUser,
  this.count,
});