mapKey top-level constant

MapKey const mapKey

Identifies annotation types that are used to associate keys with values in order to compose a map IntoMap.

Every provider method annotated with IntoMap must also have an annotation that identifies the key for that map entry. That annotation's type must be annotated with MapKey.

Implementation

const MapKey mapKey = MapKey._();