missingInterpolationHandler property

ValueFormatter? missingInterpolationHandler
final

Called when the interpolation format in formats is not found, or when the value being interpolated is not a String.

The default behavior just returns the value itself (which will fallback into a Object.toString call.

Implementation

final ValueFormatter? missingInterpolationHandler;