toStringPrinter property

  1. @protected
  2. @mustCallSuper
ObjectPrinter toStringPrinter

Override and call super to add values to the ObjectPrinter.

Implementation

@protected
@mustCallSuper
ObjectPrinter get toStringPrinter => defaultToStringPrinter;