SearchResultsParams.fromNotification constructor

SearchResultsParams.fromNotification(
  1. Notification notification
)

Implementation

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