CheckPoint class abstract

Generic checkpoint class, all used checkpoint objects inherit that class -param {CheckpointType} checkPointType - type of checkpoint -param {Map<String,dynamic>} additionalData -param {VerificationType} isDeviceVerified

Inheritance
Implementers

Constructors

CheckPoint({CheckPointType? checkPointType})

Properties

additionalData Map<String, dynamic>
getter/setter pair
checkPointType CheckPointType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDeviceVerified VerificationType
getter/setter pair
json Map<String, dynamic>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getJson() Map<String, dynamic>
jsonStringParse() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEnum(dynamic data, String key) → void
inherited
parseJson(dynamic data, String key) → void
inherited
parseObject(dynamic data, String key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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