* Reads a metadata value from the field. * @param key The metadata key to read.
(key: MetadataKey<M, any, any>)
| 472 | * @param key The metadata key to read. |
| 473 | */ |
| 474 | metadata<M>(key: MetadataKey<M, any, any>): M | undefined; |
| 475 | |
| 476 | /** |
| 477 | * Checks whether a metadata value exists on the field. |
no outgoing calls