toString method

  1. @override
String toString()
override

Returns a string representation of this attestation result.

Implementation

@override
String toString() {
  return 'AppleAttestationResult(keyId: $keyId, bundleId: $bundleId, attestation: $attestation)';
}