JWSPayloadModel class Null safety

Constructors

JWSPayloadModel({required String nonce, required int timestampMs, required String apkPackageName, required List apkCertificateDigestSha256, required String apkDigestSha256, required bool ctsProfileMatch, required bool basicIntegrity})
JWSPayloadModel.fromJSON(Map<String, dynamic> json)
factory

Properties

apkCertificateDigestSha256 List
final
apkDigestSha256 String
final
apkPackageName String
final
basicIntegrity bool
final
ctsProfileMatch bool
final
hashCode int
The hash code for this object.
read-only, inherited
nonce String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
timestampMs int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJSON() String
toString() String
A string representation of this object.
override

Operators

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