UpdateHavePendingNotifications.fromMap constructor
Implementation
UpdateHavePendingNotifications.fromMap(Map<String, dynamic> map) {
extra = map['@extra'];
client_id = map['@client_id'];
have_delayed_notifications = map['have_delayed_notifications'];
have_unreceived_notifications = map['have_unreceived_notifications'];
}