StreamMapping class
A mapping of a Firebase App to a Google Analytics data stream
Constructors
- StreamMapping({String? app, String? measurementId, String? streamId})
 - StreamMapping.fromJson(Map _json)
 
Properties
- app ↔ String?
 - 
  The resource name of the Firebase App associated with the Google Analytics
data stream, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID
or projects/PROJECT_IDENTIFIER/iosApps/APP_ID or
projects/PROJECT_IDENTIFIER /webApps/APP_ID Refer to the 
FirebaseProject[name](../projects#FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.getter/setter pair - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - measurementId ↔ String?
 - 
  Applicable for Firebase Web Apps only.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - streamId ↔ String?
 - 
  The unique Google-assigned identifier of the Google Analytics data stream
associated with the Firebase 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