Response constructor

Response({
  1. int? id,
  2. int? userId,
  3. int? plurkId,
  4. String? contentRaw,
  5. String? qualifier,
  6. String? posted,
  7. String? lang,
  8. String? content,
  9. String? lastEdited,
  10. int? coins,
  11. int? editability,
  12. String? qualifierTranslated,
  13. String? handle,
  14. bool? myAnonymous,
})

Implementation

Response(
    {this.id,
    this.userId,
    this.plurkId,
    this.contentRaw,
    this.qualifier,
    this.posted,
    this.lang,
    this.content,
    this.lastEdited,
    this.coins,
    this.editability,
    this.qualifierTranslated,
    this.handle,
    this.myAnonymous});