ClientAppInfo class

it has the info in identifying the client app making the request

Constructors

ClientAppInfo({String? appInstanceId, String? appInstanceIdToken, String? gmpAppId, String? sdkVersion})
ClientAppInfo.fromJson(Map _json)

Properties

appInstanceId String?
app instance id
getter/setter pair
appInstanceIdToken String?
app instance id token
getter/setter pair
gmpAppId String?
the unique app id for the client app
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkVersion String?
SDK version from which the request is being made in the format: : e.g ios:3.14 or android:13.37
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