VulnerabilityAssessmentNote class
A single VulnerabilityAssessmentNote represents one particular product's vulnerability assessment for one CVE.
Constructors
- VulnerabilityAssessmentNote({Assessment? assessment, String? languageCode, String? longDescription, Product? product, Publisher? publisher, String? shortDescription, String? title})
- VulnerabilityAssessmentNote.fromJson(Map json_)
Properties
- assessment ↔ Assessment?
-
Represents a vulnerability assessment for the product.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
Identifies the language used by this document, corresponding to IETF BCP
47 / RFC 5646.
getter/setter pair
- longDescription ↔ String?
-
A detailed description of this Vex.
getter/setter pair
- product ↔ Product?
-
The product affected by this vex.
getter/setter pair
- publisher ↔ Publisher?
-
Publisher details of this Note.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortDescription ↔ String?
-
A one sentence description of this Vex.
getter/setter pair
- title ↔ String?
-
The title of the note.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited