ContactWindow class

Constructors

ContactWindow({int? dateMillis, dynamic reportType, List<ScanInfo>? scanInfos, dynamic contagiousness, dynamic calibrationConfidence})
ContactWindow.fromJson(String str)
factory
ContactWindow.fromMap(Map<String, dynamic> json)
factory

Properties

calibrationConfidence int
getter/setter pair
contagiousness int
getter/setter pair
dateMillis int
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
reportType int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanInfos List<ScanInfo>
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