factory AttackVectorDescription.fromJson(Map<String, dynamic> json) { return AttackVectorDescription( vectorType: json['VectorType'] as String, ); }