toStringPrinter property

  1. @protected
  2. @mustCallSuper
ObjectPrinter get toStringPrinter
inherited

Override and call super to add values to the ObjectPrinter.

Implementation

@protected
@mustCallSuper
ObjectPrinter get toStringPrinter => defaultToStringPrinter;