Flip constructor

Flip({
  1. String? id,
  2. List<String>? pics,
  3. List<String>? compressedPics,
  4. List<int>? editorIndexes,
  5. String? nonSensePic,
  6. int? nonSenseOrder,
  7. List<int>? order,
  8. Hint? hint,
  9. String? type,
  10. int? createdAt,
  11. int? modifiedAt,
  12. String? txHash,
  13. String? hash,
  14. bool? mined,
})

Implementation

Flip({
  this.id,
  this.pics,
  this.compressedPics,
  this.editorIndexes,
  this.nonSensePic,
  this.nonSenseOrder,
  this.order,
  this.hint,
  this.type,
  this.createdAt,
  this.modifiedAt,
  this.txHash,
  this.hash,
  this.mined,
});