NegativeByteConverterExtension extension

Extension on ByteConverter for negative value support.

on

Methods

deltaFrom(ByteConverter other) SizeDelta

Available on ByteConverter, provided by the NegativeByteConverterExtension extension

Create a delta from another value to this.
deltaTo(ByteConverter other) SizeDelta

Available on ByteConverter, provided by the NegativeByteConverterExtension extension

Create a delta from this value to another.
formatSigned({bool showPlus = false, int decimals = 2}) String

Available on ByteConverter, provided by the NegativeByteConverterExtension extension

Format as a potentially negative value.