Cwe constructor

Cwe({
  1. String? id,
  2. List<Reference>? references,
})

Implementation

Cwe({this.id, this.references});