toMap method
Converts this SubscriptionsAcknowledgedNotificationParams into a JSON-compatible map.
Implementation
@override
Map<String, Object?> toMap() {
return {
if ($meta != null) '_meta': $meta!.toMap(),
'notifications': notifications.toMap(),
};
}