ifTrue property

String? ifTrue
final

Description to use if the property value is true.

If not specified and value equals true the property's priority level will be DiagnosticLevel.hidden.

Implementation

final String? ifTrue;