GoogleFirebaseAppdistroV1TestCertificate class
App bundle test certificate
Constructors
- GoogleFirebaseAppdistroV1TestCertificate({String? hashMd5, String? hashSha1, String? hashSha256})
- GoogleFirebaseAppdistroV1TestCertificate.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashMd5 ↔ String?
-
Hex string of MD5 hash of the test certificate used to resign the AAB
getter/setter pair
- hashSha1 ↔ String?
-
Hex string of SHA1 hash of the test certificate used to resign the AAB
getter/setter pair
- hashSha256 ↔ String?
-
Hex string of SHA256 hash of the test certificate used to resign the AAB
getter/setter pair
- 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