UpdateHavePendingNotifications.fromMap constructor

UpdateHavePendingNotifications.fromMap(
  1. Map<String, dynamic> map
)

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'];
}