RdfProvides constructor

const RdfProvides([
  1. String? name
])

Creates an annotation that provides a value to be used in IRI templates.

name is the name by which the value can be referenced in templates. If omitted, the property's own name is used.

Implementation

const RdfProvides([this.name]);