cloud_functions package
documentation
cloud_functions
HttpsCallableResult
<
T
>
data property
data
data
property
Null safety
T
data
Returns the data that was returned from the Callable HTTPS trigger.
Implementation
T get data { return _data; }
cloud_functions package
documentation
cloud_functions
HttpsCallableResult
<
T
>
data property
HttpsCallableResult class
Properties
data
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==