GistFork constructor

GistFork({
  1. User? user,
  2. int? id,
  3. DateTime? createdAt,
  4. DateTime? updatedAt,
})

Implementation

GistFork({this.user, this.id, this.createdAt, this.updatedAt});