valueFormatter property
Customizes how property values are formatted as string.
By default the value is converted to a string by calling the .toString() method.
Implementation
final Formatter? valueFormatter;
Customizes how property values are formatted as string.
By default the value is converted to a string by calling the .toString() method.
final Formatter? valueFormatter;