use Map<String, Object?> for extradata
This commit is contained in:
@@ -23,7 +23,7 @@ class OwnUser extends User {
|
||||
DateTime? updatedAt,
|
||||
DateTime? lastActive,
|
||||
bool online = false,
|
||||
Map<String, Object> extraData = const {},
|
||||
Map<String, Object?> extraData = const {},
|
||||
bool banned = false,
|
||||
}) : super(
|
||||
id: id,
|
||||
|
||||
Reference in New Issue
Block a user