PeriodicKey class

Constructors

PeriodicKey({Int8List? content, int? initialRiskLevel = 0, int? periodicKeyLifeTime = 0, int? periodicKeyValidTime = 0, int? reportType = 0, int? daysSinceStartOfSymptoms = 0})
PeriodicKey.fromJson(String str)
factory
PeriodicKey.fromMap(Map<String, dynamic> json)
factory

Properties

content Int8List?
getter/setter pair
daysSinceStartOfSymptoms int?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
initialRiskLevel int?
getter/setter pair
periodicKeyLifeTime int?
getter/setter pair
periodicKeyValidTime int?
getter/setter pair
reportType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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