ContactWindow class

Constructors

ContactWindow({int dateMillis = 0, int reportType = 0, List<ScanInfo>? scanInfos, int contagiousness = 0, int calibrationConfidence = 0})
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 other) bool
The equality operator.
override