Description constructor
const
Description(
- String value
Creates a new Description annotation with the given value.
Implementation
const Description(this.value);
Creates a new Description annotation with the given value.
const Description(this.value);