Model constructor

Model({
  1. String? id,
  2. DateTime? createdAt,
  3. DateTime? updatedAt,
})

Implementation

Model({this.id, this.createdAt, this.updatedAt});