Description constructor

const Description(
  1. String value
)

Creates a new Description annotation with the given value.

Implementation

const Description(this.value);