Snippet constructor

Snippet({
  1. String? id,
  2. String? updatedAt,
  3. String? createdAt,
  4. String? content,
  5. String? siteId,
})

Implementation

Snippet({
  this.id, this.updatedAt, this.createdAt, this.content, this.siteId
});