menu
extensions package
documentation
ai.dart
GeneratedEmbeddings
toList method
toList method
dark_mode
light_mode
toList
method
List
<
Embedding
>
toList
(
)
Returns the embeddings as a list.
Implementation
List<Embedding> toList() => List.unmodifiable(_embeddings);
extensions package
documentation
ai
GeneratedEmbeddings
toList method
GeneratedEmbeddings class