Cvssv3 class

Constructors

Cvssv3({String? attackComplexity, String? attackVector, String? availabilityImpact, double? baseScore, String? confidentialityImpact, String? integrityImpact, String? privilegesRequired, String? scope, String? userInteraction})
Cvssv3.fromJson(Map json_)

Properties

attackComplexity String?
Possible string values are:
getter/setter pair
attackVector String?
Possible string values are:
getter/setter pair
availabilityImpact String?
Possible string values are:
getter/setter pair
baseScore double?
getter/setter pair
confidentialityImpact String?
Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrityImpact String?
Possible string values are:
getter/setter pair
privilegesRequired String?
Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
Possible string values are:
getter/setter pair
userInteraction String?
Possible string values are:
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