AppAttestation constructor
- {required int googleCloudProjectNumber}
Default constructor for AppAttestation.
Params:
- googleCloudProjectNumber: the Google Cloud project number.
Implementation
factory AppAttestation({
required int googleCloudProjectNumber,
}) {
return AppAttestationImpl(
googleCloudProjectNumber: googleCloudProjectNumber,
);
}