@override Map<String, dynamic> toJson([dynamic extra]) { return { "@type": CONSTRUCTOR, "notification_group_id": notificationGroupId, "max_notification_id": maxNotificationId, "@extra": extra, }; }