MessageProtobuf constructor
const
MessageProtobuf({
- String? uid,
- String? type,
- String? content,
- String? status,
- String? createdAt,
- String? client,
- String? extra,
- ThreadProtobuf? thread,
- UserProtobuf? user,
Implementation
const MessageProtobuf(
{this.uid,
this.type,
this.content,
this.status,
this.createdAt,
this.client,
this.extra,
//
this.thread,
this.user});