RdfMapEntry constructor

const RdfMapEntry(
  1. Type itemClass
)

Creates a new RdfMapEntry annotation with the specified item class.

The itemClass parameter defines the type used for mapping Map entries.

Implementation

const RdfMapEntry(this.itemClass);