SearchResultsParams.fromNotification constructor
SearchResultsParams.fromNotification(
- Notification notification
Implementation
factory SearchResultsParams.fromNotification(Notification notification) {
return SearchResultsParams.fromJson(
ResponseDecoder(null), 'params', notification.params);
}