data property
T
get
data
Returns the data that was returned from the Callable HTTPS trigger.
Implementation
T get data {
return _data;
}
Returns the data that was returned from the Callable HTTPS trigger.
T get data {
return _data;
}