factory Vector.fromJson(Map<String, dynamic> json) { return Vector( id: json['id'], vector: json['vector'], ); }