MmPost constructor
MmPost({})
Returns a new MmPost instance.
Implementation
MmPost({
this.id,
this.createAt,
this.updateAt,
this.deleteAt,
this.editAt,
this.userId,
this.channelId,
this.rootId,
this.originalId,
this.message,
this.type,
this.props,
this.hashtag,
this.fileIds = const [],
this.pendingPostId,
this.metadata,
});