IfaNumeric constructor

IfaNumeric(
  1. int length,
  2. String description
)

Implementation

IfaNumeric(super.length, super.description) : super(padder: LeftPadder.zeroPadder, interpreter: AsciiInterpreter.instance);