SignNumberPrinter<T extends num>.negativeAndPositiveSign constructor

const SignNumberPrinter<T extends num>.negativeAndPositiveSign()

A printer that prints a sign for both positive and negative numbers.

Implementation

const SignNumberPrinter.negativeAndPositiveSign()
    : this(positive: const Printer.literal('+'));