Chat constructor

Chat(
  1. String userId,
  2. String? text,
  3. String? image,
  4. DateTime time,
  5. Map<String, dynamic>? resource,
)

Implementation

Chat(this.userId, this.text, this.image, this.time, this.resource);