Convert from JSON.
VectorModel.fromJson(json);
factory VectorModel.fromJson(Map<String, Object?> json) => _$VectorModelFromJson(json);