map<TOther> method

Future<SearchResult<TOther>> map<TOther>(
  1. MeilisearchDocumentMapper<T, TOther> mapper
)

Implementation

Future<SearchResult<TOther>> map<TOther>(
  MeilisearchDocumentMapper<T, TOther> mapper,
) =>
    then((value) => value.map(mapper));