toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'notification_group_id': notificationGroupId,
  'max_notification_id': maxNotificationId,
  '@type': constructor,
};