ChatMessage constructor

ChatMessage(
  1. String? id,
  2. String? message
)

Implementation

ChatMessage(
  this.id,
  this.message,
);