MessageProtobuf constructor

const MessageProtobuf({
  1. String? uid,
  2. String? type,
  3. String? content,
  4. String? status,
  5. String? createdAt,
  6. String? client,
  7. String? extra,
  8. ThreadProtobuf? thread,
  9. UserProtobuf? user,
})

Implementation

const MessageProtobuf(
    {this.uid,
    this.type,
    this.content,
    this.status,
    this.createdAt,
    this.client,
    this.extra,
    //
    this.thread,
    this.user});