MCPcopy Index your code
hub / github.com/NativeScript/firebase / toString

Method toString

packages/firebase-firestore/index.android.ts:1099–1101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1097 }
1098
1099 toString() {
1100 return this.native.toString().replace(/([`])/g, '');
1101 }
1102}
1103
1104export class FieldValue implements IFieldValue {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected