getInstance static method

Creates a new HttpsCallableResult from a jsObject.

Implementation

static HttpsCallableResult getInstance(
    functions_interop.HttpsCallableResultJsImpl jsObject) {
  return _expando[jsObject] ??= HttpsCallableResult._fromJsObject(jsObject);
}