* Reads a metadata value from the field. * @param key The metadata key to read.
(key: MetadataKey<M, any, any>)
| 487 | * @param key The metadata key to read. |
| 488 | */ |
| 489 | metadata<M>(key: MetadataKey<M, any, any>): M | undefined; |
| 490 | |
| 491 | /** |
| 492 | * Checks whether a metadata value exists on the field. |
no outgoing calls