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() => 'ConditionalOnProperty('
'prefix: $prefix, '
'names: $names, '
'havingValue: $havingValue, '
'matchIfMissing: $matchIfMissing)';