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

Method constructor

packages/firebase-storage/index.android.ts:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 _builder: com.google.firebase.storage.StorageMetadata.Builder;
212
213 constructor() {
214 this._builder = new com.google.firebase.storage.StorageMetadata.Builder();
215 }
216
217 static fromNative(value: com.google.firebase.storage.StorageMetadata) {
218 if (value instanceof com.google.firebase.storage.StorageMetadata) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected