* Reads a metadata value from the field. * @param key The metadata key to read.
(key: MetadataKey<M, any, any>)
| 493 | * @param key The metadata key to read. |
| 494 | */ |
| 495 | metadata<M>(key: MetadataKey<M, any, any>): M | undefined; |
| 496 | |
| 497 | /** |
| 498 | * Checks whether a metadata value exists on the field. |
no outgoing calls