Map<String, dynamic> toJson() => { "id": id, "ownerType": ownerType.toString(), "content": content, "ownerName": ownerName, "createAt": createdAt, "avatar": avatar, };