HttpsCallableResult<T> constructor

HttpsCallableResult<T>(
  1. T _data
)

Creates a new HttpsCallableResult

Implementation

HttpsCallableResult(this._data);