Site class
A Site
represents a Firebase Hosting site.
Constructors
Properties
- appId ↔ String?
-
The
ID of a Web App
associated with the Hosting site.
getter/setter pair
- defaultUrl ↔ String?
-
The default URL for the Hosting site.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
User-specified labels for the Hosting site.
getter/setter pair
- name ↔ String?
-
The fully-qualified resource name of the Hosting site, in the format:
projects/PROJECT_IDENTIFIER/sites/SITE_ID PROJECT_IDENTIFIER: the Firebase
project's
[
ProjectNumber
](https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects#FirebaseProject.FIELDS.project_number) (recommended) or its [ProjectId
](https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects#FirebaseProject.FIELDS.project_id).getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of Hosting site.
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