Location class

A GCP resource location that can be selected for a FirebaseProject.

Constructors

Location({List<String>? features, String? locationId, String? type})
Location.fromJson(Map _json)

Properties

features List<String>?
Products and services that are available in the GCP resource location.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationId String?
The ID of the GCP resource location.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Indicates whether the GCP resource location is a [regional or multi-regional location](https://firebase.google.com/docs/projects/locations#types) for data replication. Possible string values are:
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