toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"have_delayed_notifications": haveDelayedNotifications,
"have_unreceived_notifications": haveUnreceivedNotifications,
};
}