rootNameFormatter property

Formatter? rootNameFormatter
final

Customizes how class/array names are formatted as string.

By default the class and array names are displayed as follows: 'name:'

Implementation

final Formatter? rootNameFormatter;