data property

T data

Returns the data that was returned from the Callable HTTPS trigger.

Implementation

T get data {
  return _data;
}