GoogleFirebaseAppdistroV1AabInfo class
Android App Bundle (AAB) information for a Firebase app.
Constructors
- GoogleFirebaseAppdistroV1AabInfo({String? integrationState, String? name, GoogleFirebaseAppdistroV1TestCertificate? testCertificate})
- GoogleFirebaseAppdistroV1AabInfo.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- integrationState ↔ String?
-
App bundle integration state.
getter/setter pair
- name ↔ String?
-
The name of the aab info.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testCertificate ↔ GoogleFirebaseAppdistroV1TestCertificate?
-
App bundle test certificate generated for the app.
getter/setter pair
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