ChatFolderInfo constructor
ChatFolderInfo({
- required int id,
- ChatFolderName? name,
- ChatFolderIcon? icon,
- required int colorId,
- required bool hasMyInviteLinks,
Implementation
ChatFolderInfo({
required this.id,
this.name,
this.icon,
required this.colorId,
required this.isShareable,
required this.hasMyInviteLinks,
});