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