()
| 314 | * @publicApi 22.0 |
| 315 | */ |
| 316 | export function createLimitSelectionKey(): LimitSelectionKey { |
| 317 | return createMetadataKey() as LimitSelectionKey; |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * A {@link MetadataKey} representing whether the field is required. |
no test coverage detected