NotificationUser.fromMap(Map<String, dynamic>? json) { if (json != null) { id = json['_id']; username = json['username']; name = json['name']; } }