TrustedWebActivityIssueDetails class
Constructors
- TrustedWebActivityIssueDetails({required String url, required TwaQualityEnforcementViolationType violationType, int? httpStatusCode, String? packageName, String? signature})
-
TrustedWebActivityIssueDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpStatusCode → int?
-
final
- packageName → String?
-
The package name of the Trusted Web Activity client app. This field is
only used when violation type is kDigitalAssetLinks.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature → String?
-
The signature of the Trusted Web Activity client app. This field is only
used when violation type is kDigitalAssetLinks.
final
- url → String
-
The url that triggers the violation.
final
- violationType → TwaQualityEnforcementViolationType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited