factory Embedding.fromJson(Map<String, dynamic> json) { return Embedding(value: decodeList(json['value']) ?? []); }