ContactSketch class

Constructors

ContactSketch({List<int>? attenuationDurations, int? daysSinceLastHit = 0, int? maxRiskValue = 0, int? numberOfHits = 0, int? summationRiskValue = 0})
ContactSketch.fromJson(String str)
factory
ContactSketch.fromMap(Map<String, dynamic> json)
factory

Properties

attenuationDurations List<int>
getter/setter pair
daysSinceLastHit int?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
maxRiskValue int?
getter/setter pair
numberOfHits int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summationRiskValue int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override