normalizedText property
String
get
normalizedText
Implementation
String get normalizedText => hasNormalizedValue
? valueToInline(normalizedValue, maxLength: maxInlineLength)
: '<missing>';
String get normalizedText => hasNormalizedValue
? valueToInline(normalizedValue, maxLength: maxInlineLength)
: '<missing>';