combinedValue property
String
get
combinedValue
Implementation
String get combinedValue => parts.map((part) => part.value ?? part.staticText ?? '').join();
String get combinedValue => parts.map((part) => part.value ?? part.staticText ?? '').join();