()
| 243 | _native: FIRStorageMetadata; |
| 244 | |
| 245 | constructor() { |
| 246 | this._native = FIRStorageMetadata.new(); |
| 247 | } |
| 248 | |
| 249 | static fromNative(value: FIRStorageMetadata) { |
| 250 | if (value instanceof FIRStorageMetadata) { |
nothing calls this directly
no outgoing calls
no test coverage detected