Value constructor

const Value(
  1. String name
)

The constructor of the annotation.

Implementation

const Value(this.name);