Items constructor

Items({
  1. String? id,
  2. String? createdAt,
  3. String? message,
  4. User? user,
  5. List<void>? files,
})

Implementation

Items({this.id, this.createdAt, this.message, this.user, this.files});