toString method
Returns a string representation of this annotation.
The string representation includes the annotation _type and all property values in a readable format.
Returns: A string representation of this annotation
Implementation
@override
String toString() => 'Qualifier(value: $value)';