GoogleFirebaseAppdistroV1alphaAabCertificate class
App bundle test certificate
Constructors
- GoogleFirebaseAppdistroV1alphaAabCertificate({String? certificateHashMd5, String? certificateHashSha1, String? certificateHashSha256})
- GoogleFirebaseAppdistroV1alphaAabCertificate.fromJson(Map _json)
Properties
- certificateHashMd5 ↔ String?
-
MD5 hash of the certificate used to resign the AAB
getter/setter pair
- certificateHashSha1 ↔ String?
-
SHA1 hash of the certificate used to resign the AAB
getter/setter pair
- certificateHashSha256 ↔ String?
-
SHA256 hash of the certificate used to resign the AAB
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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