FirebaseAppInfo class
A high-level summary of an App.
Constructors
Properties
- apiKeyId ↔ String?
-
The globally unique, Google-assigned identifier (UID) for the Firebase API
key associated with the App.
getter/setter pair
- appId ↔ String?
-
The globally unique, Firebase-assigned identifier for the
WebApp
.getter/setter pair - displayName ↔ String?
-
The user-assigned display name of the Firebase App.
getter/setter pair
- expireTime ↔ String?
-
Timestamp of when the App will be considered expired and cannot be
undeleted.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the Firebase App, in the format: projects/PROJECT_ID
/iosApps/APP_ID or projects/PROJECT_ID/androidApps/APP_ID or projects/
PROJECT_ID/webApps/APP_ID
getter/setter pair
- namespace ↔ String?
-
The platform-specific identifier of the App.
getter/setter pair
- platform ↔ String?
-
The platform of the Firebase App.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The lifecycle state of 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