toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return SearchResultsMapper.ensureInitialized()
      .encodeMap<SearchResults>(this as SearchResults);
}