padhInt static method

String padhInt(
  1. int n,
  2. int pad
)

Implementation

static String padhInt(int n, int pad) => _padh(n, pad);