Embedding.fromJson constructor

Embedding.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Embedding.fromJson(Map<String, Object?> json) =>
    _$EmbeddingFromJson(json);