SharedKeysDataMapping class

Constructors

SharedKeysDataMapping(List<int>? _daysSinceCreationToContagiousness, int? _defaultContagiousness, int? _defaultReportType)
SharedKeysDataMapping.fromJson(String str)
factory
SharedKeysDataMapping.fromMap(Map<String, dynamic>? json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDaysSinceCreationToContagiousness() Map<int, int>?
getDefaultContagiousness() int?
getDefaultReportType() int?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDaysSinceCreationToContagiousness(Map<int, int> daysSinceCreationToContagiousness) → void
setDefaultContagiousness(int defaultContagiousness) → void
setDefaultReportType(int reportType) → void
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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