GoogleFirebaseAppdistroV1alphaApp class
Constructors
- GoogleFirebaseAppdistroV1alphaApp({GoogleFirebaseAppdistroV1alphaAabCertificate? aabCertificate, String? aabState, String? appId, String? bundleId, String? contactEmail, String? platform, String? projectNumber})
- GoogleFirebaseAppdistroV1alphaApp.fromJson(Map _json)
Properties
- aabCertificate ↔ GoogleFirebaseAppdistroV1alphaAabCertificate?
-
App bundle test certificate generated for the app.
getter/setter pair
- aabState ↔ String?
-
App bundle state.
getter/setter pair
- appId ↔ String?
-
Firebase gmp app id
getter/setter pair
- bundleId ↔ String?
-
Bundle identifier
getter/setter pair
- contactEmail ↔ String?
-
Developer contact email for testers to reach out to about privacy or
support issues.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- platform ↔ String?
-
iOS or Android
getter/setter pair
- projectNumber ↔ String?
-
Project number of the Firebase project, for example 300830567303.
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