valueFormatter property

Formatter? valueFormatter
final

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;