AppIntegrity class
Constructors
-
AppIntegrity.new({String? appRecognitionVerdict, String? packageName, List<
String> ? certificateSha256Digest, int? versionCode}) -
AppIntegrity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appRecognitionVerdict → String?
-
final
-
certificateSha256Digest
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- packageName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionCode → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited