DebugStringProperty constructor
DebugStringProperty(})
Create a diagnostics property for strings.
Implementation
DebugStringProperty(
String super.name,
super.value, {
super.description,
super.tooltip,
super.showName,
super.defaultValue,
this.quoted = true,
super.ifEmpty,
super.ifNull,
});