PeamanSavedComment constructor

PeamanSavedComment({
  1. String? id,
  2. String? feedId,
  3. int? createdAt,
  4. int? updatedAt,
})

Implementation

PeamanSavedComment({
  this.id,
  this.feedId,
  this.createdAt,
  this.updatedAt,
});