CallableRequest<T extends JSAny?> extension type

The request used to call a callable function.

on
Implemented types
Available extensions

Properties

app AppCheckData
The result of decoding and verifying a Firebase AppCheck token.
no setter
auth AuthData?
The result of decoding and verifying a Firebase Auth ID token.
no setter
data → T
The parameters used by a client when calling this function.
no setter
hashCode int
The hash code for this object.
no setterinherited
instanceIdToken String?
An unverified token for a Firebase Instance ID.
no setter
rawRequest Request
The raw request handled by the callable.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited