MCPcopy Create free account
hub / github.com/NativeScript/firebase / constructor

Method constructor

packages/firebase-storage/index.ios.ts:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 _native: FIRStorageMetadata;
244
245 constructor() {
246 this._native = FIRStorageMetadata.new();
247 }
248
249 static fromNative(value: FIRStorageMetadata) {
250 if (value instanceof FIRStorageMetadata) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected