fix own user model

This commit is contained in:
Salvatore Giordano
2021-04-20 19:07:31 +05:30
committed by Sahil Kumar
parent e3589a3030
commit 8f1f7b0b68
2 changed files with 3 additions and 3 deletions
@@ -17,8 +17,8 @@ class OwnUser extends User {
this.totalUnreadCount = 0,
this.unreadChannels,
this.channelMutes = const [],
String id = '',
String role = '',
required String id,
String? role,
DateTime? createdAt,
DateTime? updatedAt,
DateTime? lastActive,