getFormattedValueIfNotNullOtherwiseValue method
dynamic
getFormattedValueIfNotNullOtherwiseValue(
- E key
Implementation
getFormattedValueIfNotNullOtherwiseValue(E key) {
return getFormattedValueByKey(key) ?? getValueByKey(key);
}