ResponsesGet constructor

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

Implementation

ResponsesGet({
  required this.plurkId,
  this.fromResponse,
  this.minimalData,
  this.count,
});